DocumentTypeSelectionWidget constructor
const
DocumentTypeSelectionWidget({
- Key? key,
- OnDocumentTypeSelected? onTypeSelected,
- String? title,
- String? instructions,
Implementation
const DocumentTypeSelectionWidget({
super.key,
this.onTypeSelected,
this.title,
this.instructions,
});