ScannerConfig constructor

ScannerConfig({
  1. bool? preview,
  2. int? timeout,
  3. bool? isFullScreenScan,
  4. bool? isShowIcon,
  5. bool? isShowTest,
  6. bool? isShowCameraIcon,
  7. String? type,
  8. String? amount,
  9. int? color,
  10. CameraId? scanCameraId,
  11. bool? isFlashOn,
})

Implementation

ScannerConfig({
  this.preview,
  this.timeout,
  this.isFullScreenScan,
  this.isShowIcon,
  this.isShowTest,
  this.isShowCameraIcon,
  this.type,
  this.amount,
  this.color,
  this.scanCameraId,
  this.isFlashOn});