Przeglądaj źródła

Dartfrmt

flutter-beta
Julian Steenbakker 5 lat temu
rodzic
commit
2f1ae320fd
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 16E437C7A3D94250
1 zmienionych plików z 5 dodań i 6 usunięć
  1. +5
    -6
      example/lib/main.dart

+ 5
- 6
example/lib/main.dart Wyświetl plik

@@ -134,12 +134,11 @@ class _QRViewExampleState extends State<QRViewExample> {
key: qrKey,
onQRViewCreated: _onQRViewCreated,
overlay: QrScannerOverlayShape(
borderColor: Colors.red,
borderRadius: 10,
borderLength: 30,
borderWidth: 10,
cutOutSize: scanArea
),
borderColor: Colors.red,
borderRadius: 10,
borderLength: 30,
borderWidth: 10,
cutOutSize: scanArea),
);
}



Ładowanie…
Anuluj
Zapisz