Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -111,7 +111,8 @@ class _BarcodeScannerWithControllerState | @@ -111,7 +111,8 @@ class _BarcodeScannerWithControllerState | ||
| 111 | iconSize: 32.0, | 111 | iconSize: 32.0, |
| 112 | onPressed: () => controller.toggleTorch(), | 112 | onPressed: () => controller.toggleTorch(), |
| 113 | ); | 113 | ); |
| 114 | - }), | 114 | + }, |
| 115 | + ), | ||
| 115 | IconButton( | 116 | IconButton( |
| 116 | color: Colors.white, | 117 | color: Colors.white, |
| 117 | icon: isStarted | 118 | icon: isStarted |
-
Please register or login to post a comment