QrcodeReaderView constructor
QrcodeReaderView({})
Implementation
QrcodeReaderView({
Key? key,
required this.onScan,
this.headerWidget,
this.boxLineColor = Colors.cyanAccent,
this.helpWidget,
this.scanBoxRatio = 0.85,
this.flashOn,
this.flashOff,
this.onBack,
this.pickImage,
}) : super(key: key);