BarcodeCameraConfiguration constructor
      
      BarcodeCameraConfiguration({ 
    
    
- required BarcodeClassicScannerConfiguration scannerConfiguration,
- bool? flashEnabled,
- bool? hardwareButtonsEnabled,
- FinderConfiguration? finder,
- double? cameraZoomFactor,
- ZoomRange? cameraZoomRange,
- CameraModule? cameraModule,
- bool? minFocusDistanceLock,
- SelectionOverlayScannerConfiguration? overlayConfiguration,
- 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,
});