QrScanBoxPainter constructor
const
QrScanBoxPainter({})
Implementation
const QrScanBoxPainter({
this.borderColor = Colors.white,
this.borderWidth = 8.0,
this.overlayColor = const Color.fromRGBO(0, 0, 0, 80),
this.borderRadius = 12,
this.borderLength = 32,
this.cutOutBottomOffset = 0,
});