BarcodeReaderOverlayPainter constructor
BarcodeReaderOverlayPainter({})
Implementation
BarcodeReaderOverlayPainter({
this.drawBorder = true,
this.viewfinderWidth = 240.0,
this.viewfinderHeight = 240.0,
this.borderRadius = 16.0,
this.scrimColor = Colors.black54,
this.borderColor = Colors.green,
this.borderStrokeWidth = 4.0,
});