BarcodeCameraConfiguration constructor
BarcodeCameraConfiguration({
- required BarcodeClassicScannerConfiguration scannerConfiguration,
- bool? flashEnabled,
- FinderConfiguration? finder,
- double? cameraZoomFactor,
- SelectionOverlayScannerConfiguration? overlayConfiguration,
- bool detectionEnabled = true,
Implementation
BarcodeCameraConfiguration({
required this.scannerConfiguration,
this.flashEnabled,
this.finder,
this.cameraZoomFactor,
this.overlayConfiguration,
this.detectionEnabled = true,
});