BatchBarcodeScannerJsonConfiguration constructor
BatchBarcodeScannerJsonConfiguration({
- String? version,
- String? screen,
- List<
BarcodeDocumentFormat> ? acceptedDocumentFormats, - BarcodesExtensionFilter? barcodesExtensionFilter,
- Color? cameraOverlayColor,
- CameraModule? cameraModule,
- double? cameraZoomFactor,
- ZoomRange? cameraZoomRange,
- bool? cancelButtonHidden,
- String? cancelButtonTitle,
- bool? doubleTapToZoomEnabled,
- bool? pinchToZoomEnabled,
- bool? shouldAnimateZooming,
- EngineMode? engineMode,
- Color? finderLineColor,
- double? finderLineWidth,
- String? finderTextHint,
- Color? finderTextHintColor,
- AspectRatio? finderAspectRatio,
- bool? flashButtonHidden,
- String? flashButtonTitle,
- bool? flashEnabled,
- bool? focusLockEnabled,
- double? focusLockPosition,
- bool? touchToFocusEnabled,
- OrientationLockMode? orientationLockMode,
- int? minimumTextLength,
- int? maximumTextLength,
- int? minimum1DBarcodesQuietZone,
- bool? minFocusDistanceLock,
- bool? stripCheckDigits,
- bool? successBeepEnabled,
- Color? topBarBackgroundColor,
- Color? topBarButtonsColor,
- Color? topBarButtonsInactiveColor,
- List<
BarcodeFormat> ? barcodeFormats, - bool? useButtonsAllCaps,
- Gs1HandlingMode? gs1HandlingMode,
- MSIPlesseyChecksumAlgorithm? msiPlesseyChecksumAlgorithm,
- bool? lowPowerMode,
- String? barcodesCountText,
- Color? barcodesCountTextColor,
- String? clearButtonTitle,
- Color? detailsActionColor,
- Color? detailsBackgroundColor,
- Color? detailsPrimaryColor,
- String? deleteButtonTitle,
- String? enableCameraButtonTitle,
- String? enableCameraExplanationText,
- String? fetchingStateText,
- String? noBarcodesTitle,
- String? submitButtonTitle,
- CodeDensity? codeDensity,
- bool? replaceCancelButtonWithIcon,
- CameraPreviewMode? cameraPreviewMode,
- int? autoCancelTimeout,
- double? initialScanDelay,
- bool? viewFinderEnabled,
- SelectionOverlayConfiguration? overlayConfiguration,
Implementation
BatchBarcodeScannerJsonConfiguration({
this.version,
this.screen,
this.acceptedDocumentFormats,
this.barcodesExtensionFilter,
this.cameraOverlayColor,
this.cameraModule,
this.cameraZoomFactor,
this.cameraZoomRange,
this.cancelButtonHidden,
this.cancelButtonTitle,
this.doubleTapToZoomEnabled,
this.pinchToZoomEnabled,
this.shouldAnimateZooming,
this.engineMode,
this.finderLineColor,
this.finderLineWidth,
this.finderTextHint,
this.finderTextHintColor,
this.finderAspectRatio,
this.flashButtonHidden,
this.flashButtonTitle,
this.flashEnabled,
this.focusLockEnabled,
this.focusLockPosition,
this.touchToFocusEnabled,
this.orientationLockMode,
this.minimumTextLength,
this.maximumTextLength,
this.minimum1DBarcodesQuietZone,
this.minFocusDistanceLock,
this.stripCheckDigits,
this.successBeepEnabled,
this.topBarBackgroundColor,
this.topBarButtonsColor,
this.topBarButtonsInactiveColor,
this.barcodeFormats,
this.useButtonsAllCaps,
this.gs1HandlingMode,
this.msiPlesseyChecksumAlgorithm,
this.lowPowerMode,
this.barcodesCountText,
this.barcodesCountTextColor,
this.clearButtonTitle,
this.detailsActionColor,
this.detailsBackgroundColor,
this.detailsPrimaryColor,
this.deleteButtonTitle,
this.enableCameraButtonTitle,
this.enableCameraExplanationText,
this.fetchingStateText,
this.noBarcodesTitle,
this.submitButtonTitle,
this.codeDensity,
this.replaceCancelButtonWithIcon,
this.cameraPreviewMode,
this.autoCancelTimeout,
this.initialScanDelay,
this.viewFinderEnabled,
this.overlayConfiguration,
});