IDFlowDocumentConfig constructor

const IDFlowDocumentConfig({
  1. IDFlowDocumentUiVariant? uiVariant,
  2. bool? isResident,
  3. bool? detectDocumentDuringSelfie,
  4. bool? countdownEnabled,
  5. bool? flashlightEnabled,
  6. bool? instructionEnabled,
  7. bool? documentEditEnabled,
})

Implementation

const IDFlowDocumentConfig({
  this.uiVariant,
  this.isResident,
  this.detectDocumentDuringSelfie,
  this.countdownEnabled,
  this.flashlightEnabled,
  this.instructionEnabled,
  this.documentEditEnabled,
});