MrzScannerJsonConfiguration constructor

MrzScannerJsonConfiguration({
  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. String? finderTextHint,
  12. Color? finderTextHintColor,
  13. AspectRatio? finderAspectRatio,
  14. bool? flashButtonHidden,
  15. String? flashButtonTitle,
  16. bool? flashEnabled,
  17. OrientationLockMode? orientationLockMode,
  18. bool? successBeepEnabled,
  19. Color? topBarBackgroundColor,
  20. Color? topBarButtonsActiveColor,
  21. Color? topBarButtonsInactiveColor,
  22. bool? useButtonsAllCaps,
  23. bool? replaceCancelButtonWithIcon,
  24. CameraPreviewMode? cameraPreviewMode,
  25. bool? touchToFocusEnabled,
})

Implementation

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