HealthInsuranceCardScannerJsonConfiguration constructor

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

Implementation

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