Ver código fonte

Dartfrmt

flutter-beta
Julian Steenbakker 5 anos atrás
pai
commit
2f1ae320fd
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 16E437C7A3D94250
1 arquivos alterados com 5 adições e 6 exclusões
  1. +5
    -6
      example/lib/main.dart

+ 5
- 6
example/lib/main.dart Ver arquivo

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



Carregando…
Cancelar
Salvar