CheckScannerScreenConfiguration constructor
CheckScannerScreenConfiguration({
- String? version,
- String? screen,
- List<
CheckStandard> ? acceptedCheckStandards, - CameraModule? cameraModule,
- Color? cameraOverlayColor,
- String? cancelButtonTitle,
- bool? cancelButtonHidden,
- bool? captureHighResolutionImage,
- String? enableCameraButtonTitle,
- String? enableCameraExplanationText,
- DialogStyle? errorDialogStyle,
- DialogButtonStyle? errorDialogButtonStyle,
- String? errorAlertTitle,
- String? errorAlertMessage,
- String? errorAlertButtonText,
- AspectRatio? finderAspectRatio,
- Color? finderLineColor,
- double? finderLineWidth,
- bool? flashButtonHidden,
- String? flashButtonTitle,
- bool? flashEnabled,
- OrientationLockMode? orientationLockMode,
- Color? topBarBackgroundColor,
- Color? topBarButtonsActiveColor,
- Color? topBarButtonsInactiveColor,
- Color? userGuidanceBackgroundColor,
- Color? userGuidanceTextColor,
- CheckUserGuidanceStrings? userGuidanceStringValues,
- bool? useButtonsAllCaps,
- CameraPreviewMode? cameraPreviewMode,
- bool? touchToFocusEnabled,
Implementation
CheckScannerScreenConfiguration({
this.version,
this.screen,
this.acceptedCheckStandards,
this.cameraModule,
this.cameraOverlayColor,
this.cancelButtonTitle,
this.cancelButtonHidden,
this.captureHighResolutionImage,
this.enableCameraButtonTitle,
this.enableCameraExplanationText,
this.errorDialogStyle,
this.errorDialogButtonStyle,
this.errorAlertTitle,
this.errorAlertMessage,
this.errorAlertButtonText,
this.finderAspectRatio,
this.finderLineColor,
this.finderLineWidth,
this.flashButtonHidden,
this.flashButtonTitle,
this.flashEnabled,
this.orientationLockMode,
this.topBarBackgroundColor,
this.topBarButtonsActiveColor,
this.topBarButtonsInactiveColor,
this.userGuidanceBackgroundColor,
this.userGuidanceTextColor,
this.userGuidanceStringValues,
this.useButtonsAllCaps,
this.cameraPreviewMode,
this.touchToFocusEnabled,
});