ScannerOverlayPainter constructor
ScannerOverlayPainter({})
Implementation
ScannerOverlayPainter({
required this.scanAreaWidth,
required this.scanAreaHeight,
this.overlayColor = const Color(0x88000000),
});
ScannerOverlayPainter({
required this.scanAreaWidth,
required this.scanAreaHeight,
this.overlayColor = const Color(0x88000000),
});