Pārlūkot izejas kodu

Returned standard parameters to example

flutter-beta
Tihomirov pirms 5 gadiem
vecāks
revīzija
953a633524
1 mainītis faili ar 5 papildinājumiem un 7 dzēšanām
  1. +5
    -7
      example/lib/main.dart

+ 5
- 7
example/lib/main.dart Parādīt failu

@@ -151,13 +151,11 @@ class _QRViewExampleState extends State<QRViewExample> {
key: qrKey, key: qrKey,
onQRViewCreated: _onQRViewCreated, onQRViewCreated: _onQRViewCreated,
overlay: QrScannerOverlayShape( overlay: QrScannerOverlayShape(
borderColor: Colors.red,
borderRadius: 10,
borderLength: 30,
borderWidth: 10,
cutOutSize: /*scanArea*/100,
cutOutBottomOffset: 150,
),
borderColor: Colors.red,
borderRadius: 10,
borderLength: 30,
borderWidth: 10,
cutOutSize: scanArea),
onPermissionSet: (ctrl, p) => _onPermissionSet(context, ctrl, p), onPermissionSet: (ctrl, p) => _onPermissionSet(context, ctrl, p),
); );
} }


Notiek ielāde…
Atcelt
Saglabāt