MrzScannerJsonConfiguration constructor
MrzScannerJsonConfiguration({
- String? version,
- String? screen,
- CameraModule? cameraModule,
- Color? cameraOverlayColor,
- String? cancelButtonTitle,
- bool? cancelButtonHidden,
- String? enableCameraButtonTitle,
- String? enableCameraExplanationText,
- Color? finderLineColor,
- double? finderLineWidth,
- String? finderTextHint,
- Color? finderTextHintColor,
- AspectRatio? finderAspectRatio,
- bool? flashButtonHidden,
- String? flashButtonTitle,
- bool? flashEnabled,
- OrientationLockMode? orientationLockMode,
- bool? successBeepEnabled,
- Color? topBarBackgroundColor,
- Color? topBarButtonsActiveColor,
- Color? topBarButtonsInactiveColor,
- bool? useButtonsAllCaps,
- bool? replaceCancelButtonWithIcon,
- CameraPreviewMode? cameraPreviewMode,
- bool? touchToFocusEnabled,
Implementation
MrzScannerJsonConfiguration({
this.version,
this.screen,
this.cameraModule,
this.cameraOverlayColor,
this.cancelButtonTitle,
this.cancelButtonHidden,
this.enableCameraButtonTitle,
this.enableCameraExplanationText,
this.finderLineColor,
this.finderLineWidth,
this.finderTextHint,
this.finderTextHintColor,
this.finderAspectRatio,
this.flashButtonHidden,
this.flashButtonTitle,
this.flashEnabled,
this.orientationLockMode,
this.successBeepEnabled,
this.topBarBackgroundColor,
this.topBarButtonsActiveColor,
this.topBarButtonsInactiveColor,
this.useButtonsAllCaps,
this.replaceCancelButtonWithIcon,
this.cameraPreviewMode,
this.touchToFocusEnabled,
});