IDFlowConfig constructor
const
IDFlowConfig({
- IDFlowLocale? locale,
- IDFlowEntryMode? entryMode,
- IDFlowCameraSelector? cameraSelector,
- IDFlowScreenOrientation? screenOrientation,
- IDFlowTransformation? transformation,
- IDFlowPreviewConfig? previewConfig,
- IDFlowDocumentConfig? documentConfig,
- IDFlowFaceConfig? faceConfig,
- IDFlowVideoConfig? videoConfig,
- 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,
});