BarcodeCameraConfiguration constructor

BarcodeCameraConfiguration({
  1. required BarcodeClassicScannerConfiguration scannerConfiguration,
  2. bool? flashEnabled,
  3. bool? hardwareButtonsEnabled,
  4. FinderConfiguration? finder,
  5. double? cameraZoomFactor,
  6. ZoomRange? cameraZoomRange,
  7. CameraModule? cameraModule,
  8. bool? minFocusDistanceLock,
  9. SelectionOverlayScannerConfiguration? overlayConfiguration,
  10. bool detectionEnabled = true,
})

Implementation

BarcodeCameraConfiguration({
  required this.scannerConfiguration,
  this.flashEnabled,
  this.hardwareButtonsEnabled,
  this.finder,
  this.cameraZoomFactor,
  this.cameraZoomRange,
  this.cameraModule,
  this.minFocusDistanceLock,
  this.overlayConfiguration,
  this.detectionEnabled = true,
});