Sfoglia il codice sorgente

Dartfrmt

flutter-beta
Julian Steenbakker 5 anni fa
parent
commit
2f1ae320fd
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 16E437C7A3D94250
1 ha cambiato i file con 5 aggiunte e 6 eliminazioni
  1. +5
    -6
      example/lib/main.dart

+ 5
- 6
example/lib/main.dart Vedi File

@@ -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),
);
}



Caricamento…
Annulla
Salva