CheckScannerScreenConfiguration constructor

CheckScannerScreenConfiguration({
  1. String? version,
  2. String? screen,
  3. List<CheckStandard>? acceptedCheckStandards,
  4. CameraModule? cameraModule,
  5. Color? cameraOverlayColor,
  6. String? cancelButtonTitle,
  7. bool? cancelButtonHidden,
  8. bool? captureHighResolutionImage,
  9. String? enableCameraButtonTitle,
  10. String? enableCameraExplanationText,
  11. DialogStyle? errorDialogStyle,
  12. DialogButtonStyle? errorDialogButtonStyle,
  13. String? errorAlertTitle,
  14. String? errorAlertMessage,
  15. String? errorAlertButtonText,
  16. AspectRatio? finderAspectRatio,
  17. Color? finderLineColor,
  18. double? finderLineWidth,
  19. bool? flashButtonHidden,
  20. String? flashButtonTitle,
  21. bool? flashEnabled,
  22. OrientationLockMode? orientationLockMode,
  23. Color? topBarBackgroundColor,
  24. Color? topBarButtonsActiveColor,
  25. Color? topBarButtonsInactiveColor,
  26. Color? userGuidanceBackgroundColor,
  27. Color? userGuidanceTextColor,
  28. CheckUserGuidanceStrings? userGuidanceStringValues,
  29. bool? useButtonsAllCaps,
  30. CameraPreviewMode? cameraPreviewMode,
  31. 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,
});