IDFlowPreviewConfig constructor

const IDFlowPreviewConfig({
  1. bool? showDocumentFrontPreview,
  2. bool? showDocumentBackPreview,
  3. bool? showSelfieWithDocumentPreview,
})

Implementation

const IDFlowPreviewConfig({
  this.showDocumentFrontPreview,
  this.showDocumentBackPreview,
  this.showSelfieWithDocumentPreview,
});