IDFlowConfig constructor

const IDFlowConfig({
  1. IDFlowLocale? locale,
  2. IDFlowEntryMode? entryMode,
  3. IDFlowCameraSelector? cameraSelector,
  4. IDFlowScreenOrientation? screenOrientation,
  5. IDFlowTransformation? transformation,
  6. IDFlowPreviewConfig? previewConfig,
  7. IDFlowDocumentConfig? documentConfig,
  8. IDFlowFaceConfig? faceConfig,
  9. IDFlowVideoConfig? videoConfig,
  10. bool? debugEnabled,
})

Implementation

const IDFlowConfig({
  this.locale,
  this.entryMode,
  this.cameraSelector,
  this.screenOrientation,
  this.transformation,
  this.previewConfig,
  this.documentConfig,
  this.faceConfig,
  this.videoConfig,
  this.debugEnabled,
});