MedicalCertificateScannerConfiguration constructor
MedicalCertificateScannerConfiguration({
- String? version,
- String? screen,
- CameraModule? cameraModule,
- Color? cameraOverlayColor,
- String? cancelButtonTitle,
- bool? cancelButtonHidden,
- String? enableCameraButtonTitle,
- String? enableCameraExplanationText,
- Color? finderLineColor,
- double? finderLineWidth,
- bool? flashButtonHidden,
- String? flashButtonTitle,
- bool? flashEnabled,
- OrientationLockMode? orientationLockMode,
- Color? topBarBackgroundColor,
- Color? topBarButtonsActiveColor,
- Color? topBarButtonsInactiveColor,
- bool? useButtonsAllCaps,
- Color? userGuidanceBackgroundColor,
- Color? userGuidanceTextColor,
- bool? userGuidanceHidden,
- bool? recognizePatientInfo,
- bool? returnCroppedDocumentImage,
- DialogStyle? errorDialogStyle,
- String? errorDialogTitle,
- Color? errorDialogAccentColor,
- String? errorDialogMessage,
- String? errorDialogOkButton,
- bool? errorDialogOkButtonFilled,
- Color? errorDialogOkButtonFilledTextColor,
- DialogButtonStyle? errorDialogButtonStyle,
- bool? showFinderOverlay,
- MedicalCertificateUserGuidanceStrings? userGuidanceStrings,
- CameraPreviewMode? cameraPreviewMode,
- bool? touchToFocusEnabled,
- AspectRatio? finderAspectRatio,
- AspectRatio? finderSecondaryAspectRatio,
Implementation
MedicalCertificateScannerConfiguration({
this.version,
this.screen,
this.cameraModule,
this.cameraOverlayColor,
this.cancelButtonTitle,
this.cancelButtonHidden,
this.enableCameraButtonTitle,
this.enableCameraExplanationText,
this.finderLineColor,
this.finderLineWidth,
this.flashButtonHidden,
this.flashButtonTitle,
this.flashEnabled,
this.orientationLockMode,
this.topBarBackgroundColor,
this.topBarButtonsActiveColor,
this.topBarButtonsInactiveColor,
this.useButtonsAllCaps,
this.userGuidanceBackgroundColor,
this.userGuidanceTextColor,
this.userGuidanceHidden,
this.recognizePatientInfo,
this.returnCroppedDocumentImage,
this.errorDialogStyle,
this.errorDialogTitle,
this.errorDialogAccentColor,
this.errorDialogMessage,
this.errorDialogOkButton,
this.errorDialogOkButtonFilled,
this.errorDialogOkButtonFilledTextColor,
this.errorDialogButtonStyle,
this.showFinderOverlay,
this.userGuidanceStrings,
this.cameraPreviewMode,
this.touchToFocusEnabled,
this.finderAspectRatio,
this.finderSecondaryAspectRatio,
});