Browse Source

Dartfrmt

flutter-beta
Julian Steenbakker 5 years ago
parent
commit
2f1ae320fd
No known key found for this signature in database GPG Key ID: 16E437C7A3D94250
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      example/lib/main.dart

+ 5
- 6
example/lib/main.dart View 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),
);
}



Loading…
Cancel
Save