浏览代码

Dartfrmt

flutter-beta
Julian Steenbakker 5 年前
父节点
当前提交
2f1ae320fd
找不到此签名对应的密钥 GPG 密钥 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),
);
}



正在加载...
取消
保存