From 2f1ae320fdc463f970e0e03a13993b9e1622f68b Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Tue, 9 Feb 2021 15:04:35 +0100 Subject: [PATCH] Dartfrmt --- example/lib/main.dart | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 15c357f..a226a1e 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -134,12 +134,11 @@ class _QRViewExampleState extends State { 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), ); }