MedicalCertificateScannerConfiguration constructor

MedicalCertificateScannerConfiguration({
  1. String? version,
  2. String? screen,
  3. CameraModule? cameraModule,
  4. Color? cameraOverlayColor,
  5. String? cancelButtonTitle,
  6. bool? cancelButtonHidden,
  7. String? enableCameraButtonTitle,
  8. String? enableCameraExplanationText,
  9. Color? finderLineColor,
  10. double? finderLineWidth,
  11. bool? flashButtonHidden,
  12. String? flashButtonTitle,
  13. bool? flashEnabled,
  14. OrientationLockMode? orientationLockMode,
  15. Color? topBarBackgroundColor,
  16. Color? topBarButtonsActiveColor,
  17. Color? topBarButtonsInactiveColor,
  18. bool? useButtonsAllCaps,
  19. Color? userGuidanceBackgroundColor,
  20. Color? userGuidanceTextColor,
  21. bool? userGuidanceHidden,
  22. bool? recognizePatientInfo,
  23. bool? returnCroppedDocumentImage,
  24. DialogStyle? errorDialogStyle,
  25. String? errorDialogTitle,
  26. Color? errorDialogAccentColor,
  27. String? errorDialogMessage,
  28. String? errorDialogOkButton,
  29. bool? errorDialogOkButtonFilled,
  30. Color? errorDialogOkButtonFilledTextColor,
  31. DialogButtonStyle? errorDialogButtonStyle,
  32. bool? showFinderOverlay,
  33. MedicalCertificateUserGuidanceStrings? userGuidanceStrings,
  34. CameraPreviewMode? cameraPreviewMode,
  35. bool? touchToFocusEnabled,
  36. AspectRatio? finderAspectRatio,
  37. 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,
});