QrReaderView constructor
QrReaderView({})
Implementation
QrReaderView({
Key? key,
this.width,
this.height,
this.callback,
this.autoFocusIntervalInMs = 500,
this.torchEnabled = false,
}) : super(key: key);