ScannerOverlayPainter constructor

ScannerOverlayPainter({
  1. required double scanAreaWidth,
  2. required double scanAreaHeight,
  3. Color overlayColor = const Color(0x88000000),
})

Implementation

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