DiditConfig constructor

const DiditConfig({
  1. String? languageCode,
  2. String? fontFamily,
  3. bool loggingEnabled = false,
  4. bool showCloseButton = true,
  5. bool showExitConfirmation = true,
  6. bool closeOnComplete = false,
  7. CameraLens? defaultDocumentCamera,
  8. CameraLens? defaultLivenessCamera,
  9. bool showDocumentCameraSwitchButton = true,
  10. 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,
});