Julian Steenbakker

style: flutter format

@@ -7,7 +7,6 @@ enum Ratio { ratio_4_3, ratio_16_9 } @@ -7,7 +7,6 @@ enum Ratio { ratio_4_3, ratio_16_9 }
7 7
8 /// A widget showing a live camera preview. 8 /// A widget showing a live camera preview.
9 class MobileScanner extends StatefulWidget { 9 class MobileScanner extends StatefulWidget {
10 -  
11 /// The controller of the camera. 10 /// The controller of the camera.
12 final MobileScannerController? controller; 11 final MobileScannerController? controller;
13 12