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. bool? touchToFocusEnabled,
  25. String? screen = "HealthInsuranceCardScanner",
})

Implementation

HealthInsuranceScannerConfiguration(
    {super.cameraModule,
    super.cameraOverlayColor,
    super.cancelButtonTitle,
    super.cancelButtonHidden,
    super.detectionStatusFailedDetectionText,
    super.detectionStatusFailedValidationText,
    super.detectionStatusSuccessText,
    super.enableCameraButtonTitle,
    super.enableCameraExplanationText,
    super.finderLineColor,
    super.finderLineWidth,
    super.finderTextHint,
    super.finderTextHintColor,
    super.flashButtonHidden,
    super.flashButtonTitle,
    super.flashEnabled,
    super.orientationLockMode,
    super.topBarBackgroundColor,
    super.topBarButtonsActiveColor,
    super.topBarButtonsInactiveColor,
    super.useButtonsAllCaps,
    super.replaceCancelButtonWithIcon,
    super.cameraPreviewMode,
    super.touchToFocusEnabled,
    super.screen = "HealthInsuranceCardScanner"});