소스 검색

Returned standard parameters to example

flutter-beta
Tihomirov 5 년 전
부모
커밋
953a633524
1개의 변경된 파일5개의 추가작업 그리고 7개의 파일을 삭제
  1. +5
    -7
      example/lib/main.dart

+ 5
- 7
example/lib/main.dart 파일 보기

@@ -151,13 +151,11 @@ class _QRViewExampleState extends State<QRViewExample> {
key: qrKey,
onQRViewCreated: _onQRViewCreated,
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),
);
}


불러오는 중...
취소
저장