p-mazhnik

fix linter issue

... ... @@ -111,7 +111,8 @@ class _BarcodeScannerWithControllerState
iconSize: 32.0,
onPressed: () => controller.toggleTorch(),
);
}),
},
),
IconButton(
color: Colors.white,
icon: isStarted
... ...