HealthInsuranceScannerConfiguration constructor

HealthInsuranceScannerConfiguration(
  1. {CameraModule? cameraModule,
  2. Color? cameraOverlayColor,
  3. String? cancelButtonTitle,
  4. bool? cancelButtonHidden,
  5. String? detectionStatusFailedDetectionText,
  6. String? detectionStatusFailedValidationText,
  7. String? detectionStatusSuccessText,
  8. String? enableCameraButtonTitle,
  9. String? enableCameraExplanationText,
  10. Color? finderLineColor,
  11. double? finderLineWidth,
  12. String? finderTextHint,
  13. Color? finderTextHintColor,
  14. bool? flashButtonHidden,
  15. String? flashButtonTitle,
  16. bool? flashEnabled,
  17. OrientationLockMode? orientationLockMode,
  18. Color? topBarBackgroundColor,
  19. Color? topBarButtonsActiveColor,
  20. Color? topBarButtonsInactiveColor,
  21. bool? useButtonsAllCaps,
  22. bool? replaceCancelButtonWithIcon,
  23. CameraPreviewMode? cameraPreviewMode,
  24. String? screen = "HealthInsuranceCardScanner"}
)

Implementation

HealthInsuranceScannerConfiguration