Explorar el Código

Dartfrmt

flutter-beta
Julian Steenbakker hace 5 años
padre
commit
2f1ae320fd
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 16E437C7A3D94250
Se han modificado 1 ficheros con 5 adiciones y 6 borrados
  1. +5
    -6
      example/lib/main.dart

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

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



Cargando…
Cancelar
Guardar