瀏覽代碼

Dartfrmt

flutter-beta
Julian Steenbakker 5 年之前
父節點
當前提交
2f1ae320fd
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 16E437C7A3D94250
共有 1 個文件被更改,包括 5 次插入6 次删除
  1. +5
    -6
      example/lib/main.dart

+ 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),
);
}



Loading…
取消
儲存