ScannerOverlayPainter constructor
ScannerOverlayPainter({})
Constructs a new ScannerOverlayPainter.
Implementation
ScannerOverlayPainter({
required this.scanMode,
required this.animationValue,
this.accentColor = const Color(0xFF00E5FF),
this.theme,
this.focusPoint,
this.isDetected = false,
this.detectedBoundingBox,
this.customScanArea,
this.multiBoundingBoxes,
});