Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -50,7 +50,6 @@ class _BarcodeScannerWithScanWindowState | @@ -50,7 +50,6 @@ class _BarcodeScannerWithScanWindowState | ||
| 50 | return Stack( | 50 | return Stack( |
| 51 | children: [ | 51 | children: [ |
| 52 | MobileScanner( | 52 | MobileScanner( |
| 53 | - fit: BoxFit.cover, | ||
| 54 | scanWindow: scanWindow, | 53 | scanWindow: scanWindow, |
| 55 | controller: controller, | 54 | controller: controller, |
| 56 | onDetect: (barcode, args) { | 55 | onDetect: (barcode, args) { |
-
Please register or login to post a comment