ソースを参照

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



読み込み中…
キャンセル
保存