DocumentTypeSelectionWidget constructor

const DocumentTypeSelectionWidget({
  1. Key? key,
  2. OnDocumentTypeSelected? onTypeSelected,
  3. String? title,
  4. String? instructions,
})

Implementation

const DocumentTypeSelectionWidget({
  super.key,
  this.onTypeSelected,
  this.title,
  this.instructions,
});