diff --git a/lib/src/qr_code_scanner.dart b/lib/src/qr_code_scanner.dart index 0e699ec..da0fc18 100644 --- a/lib/src/qr_code_scanner.dart +++ b/lib/src/qr_code_scanner.dart @@ -73,9 +73,8 @@ class _QRViewState extends State { bool onNotification(notification) { Future.microtask(() => { QRViewController.updateDimensions(widget.key, _channel, - scanArea: widget.overlay != null - ? widget.overlay.cutOutSize - : 0.0) + scanArea: + widget.overlay != null ? widget.overlay.cutOutSize : 0.0) }); return false; }