QrReaderView constructor
QrReaderView({})
Implementation
QrReaderView({
required this.width,
required this.height,
required this.callback,
this.autoFocusIntervalInMs = 500,
this.torchEnabled = false,
});
QrReaderView({
required this.width,
required this.height,
required this.callback,
this.autoFocusIntervalInMs = 500,
this.torchEnabled = false,
});