DiditConfig constructor
const
DiditConfig({
- String? languageCode,
- String? fontFamily,
- bool loggingEnabled = false,
- bool showCloseButton = true,
- bool showExitConfirmation = true,
- bool closeOnComplete = false,
- CameraLens? defaultDocumentCamera,
- CameraLens? defaultLivenessCamera,
- bool showDocumentCameraSwitchButton = true,
- bool showLivenessCameraSwitchButton = true,
Implementation
const DiditConfig({
this.languageCode,
this.fontFamily,
this.loggingEnabled = false,
this.showCloseButton = true,
this.showExitConfirmation = true,
this.closeOnComplete = false,
this.defaultDocumentCamera,
this.defaultLivenessCamera,
this.showDocumentCameraSwitchButton = true,
this.showLivenessCameraSwitchButton = true,
});