BatchBarcodeScannerConfiguration constructor
BatchBarcodeScannerConfiguration({
- Color? topBarBackgroundColor,
- Color? topBarButtonsColor,
- Color? topBarButtonsInactiveColor,
- BarcodeDataFormatter? barcodeFormatter,
- Color? barcodesCountTextColor,
- Color? detailsActionColor,
- Color? detailsBackgroundColor,
- Color? detailsPrimaryColor,
- Color? cameraOverlayColor,
- Color? finderLineColor,
- Color? finderTextHintColor,
- bool? cancelButtonHidden,
- String? cancelButtonTitle,
- String? enableCameraButtonTitle,
- String? enableCameraExplanationText,
- String? finderTextHint,
- String? submitButtonTitle,
- String? clearButtonTitle,
- String? barcodesCountText,
- String? fetchingStateText,
- String? noBarcodesTitle,
- FinderAspectRatio? finderAspectRatio,
- int? finderLineWidth,
- bool? successBeepEnabled,
- bool? flashEnabled,
- OrientationLockMode? orientationLockMode,
- List<
BarcodeFormat> ? barcodeFormats, - List<
BarcodeDocumentFormat> ? acceptedDocumentFormats, - BarcodeAdditionalParameters? additionalParameters,
- EngineMode? engineMode = EngineMode.NEXT_GEN,
- bool? minFocusDistanceLock,
- int? autoCancelTimeout,
- bool? useButtonsAllCaps,
- String? flashButtonTitle,
- SelectionOverlayConfiguration? overlayConfiguration,
- double? cameraZoomFactor,
Implementation
BatchBarcodeScannerConfiguration(
{this.topBarBackgroundColor,
this.topBarButtonsColor,
this.topBarButtonsInactiveColor,
this.barcodeFormatter,
this.barcodesCountTextColor,
this.detailsActionColor,
this.detailsBackgroundColor,
this.detailsPrimaryColor,
this.cameraOverlayColor,
this.finderLineColor,
this.finderTextHintColor,
this.cancelButtonHidden,
this.cancelButtonTitle,
this.enableCameraButtonTitle,
this.enableCameraExplanationText,
this.finderTextHint,
this.submitButtonTitle,
this.clearButtonTitle,
this.barcodesCountText,
this.fetchingStateText,
this.noBarcodesTitle,
this.finderAspectRatio,
this.finderLineWidth,
this.successBeepEnabled,
this.flashEnabled,
this.orientationLockMode,
this.barcodeFormats,
this.acceptedDocumentFormats,
this.additionalParameters,
this.engineMode = EngineMode.NEXT_GEN,
this.minFocusDistanceLock,
this.autoCancelTimeout,
this.useButtonsAllCaps,
this.flashButtonTitle,
this.overlayConfiguration,
this.cameraZoomFactor});