Julian Steenbakker
пре 5 година
No known key found for this signature in database
GPG Key ID: 16E437C7A3D94250
1 измењених фајлова са
5 додато и
6 уклоњено
-
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), |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
|