Julian Steenbakker

style: flutter format

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