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
-
example/lib/main.dart
|
|
|
@@ -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), |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
|