QrcodeReaderView constructor
const
QrcodeReaderView({})
Implementation
const QrcodeReaderView(
{Key? key,
this.headerWidget,
required this.onScan,
this.scanBoxRatio = 0.85,
this.boxLineColor = Colors.cyanAccent,
this.isAnimation = false,
this.helpWidget})
: super(key: key);