VinScannerScreenConfiguration constructor
      
      VinScannerScreenConfiguration({ 
    
    
- String? version,
- String? screen,
- CameraModule? cameraModule,
- Color? cameraOverlayColor,
- String? cancelButtonTitle,
- bool? cancelButtonHidden,
- String? enableCameraButtonTitle,
- String? enableCameraExplanationText,
- Color? finderLineColor,
- double? finderLineWidth,
- Color? finderTextHintColor,
- bool? flashButtonHidden,
- String? flashButtonTitle,
- bool? flashEnabled,
- OrientationLockMode? orientationLockMode,
- Color? topBarBackgroundColor,
- Color? topBarButtonsActiveColor,
- Color? topBarButtonsInactiveColor,
- bool? extractVINFromBarcode,
- int? minimumNumberOfRequiredFramesWithEqualScanningResult,
- int? maximumNumberOfAccumulatedFrames,
- int? ocrResolutionLimit,
- bool? useButtonsAllCaps,
- bool? replaceCancelButtonWithIcon,
- CameraPreviewMode? cameraPreviewMode,
- bool? touchToFocusEnabled,
- AspectRatio? aspectRatio,
- String? guidanceText,
- int? significantShakeDelay,
Implementation
VinScannerScreenConfiguration({
  this.version,
  this.screen,
  this.cameraModule,
  this.cameraOverlayColor,
  this.cancelButtonTitle,
  this.cancelButtonHidden,
  this.enableCameraButtonTitle,
  this.enableCameraExplanationText,
  this.finderLineColor,
  this.finderLineWidth,
  this.finderTextHintColor,
  this.flashButtonHidden,
  this.flashButtonTitle,
  this.flashEnabled,
  this.orientationLockMode,
  this.topBarBackgroundColor,
  this.topBarButtonsActiveColor,
  this.topBarButtonsInactiveColor,
  this.extractVINFromBarcode,
  this.minimumNumberOfRequiredFramesWithEqualScanningResult,
  this.maximumNumberOfAccumulatedFrames,
  this.ocrResolutionLimit,
  this.useButtonsAllCaps,
  this.replaceCancelButtonWithIcon,
  this.cameraPreviewMode,
  this.touchToFocusEnabled,
  this.aspectRatio,
  this.guidanceText,
  this.significantShakeDelay,
});