Selaa lähdekoodia

Dartfrmt

flutter-beta
Julian Steenbakker 5 vuotta sitten
vanhempi
commit
2f1ae320fd
No known key found for this signature in database GPG Key ID: 16E437C7A3D94250
1 muutettua tiedostoa jossa 5 lisäystä ja 6 poistoa
  1. +5
    -6
      example/lib/main.dart

+ 5
- 6
example/lib/main.dart Näytä tiedosto

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



Ladataan…
Peruuta
Tallenna