QrReaderView constructor

QrReaderView({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. dynamic callback(
    1. QrReaderViewController
    )?,
  5. int autoFocusIntervalInMs = 500,
  6. bool torchEnabled = false,
})

Implementation

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