DeskDocumentListView constructor
const
DeskDocumentListView({
- Key? key,
- required DocumentType<
Serializable> selectedDocumentType, - IconData? icon,
- String? filter,
- void onOpenDocument(
- String documentId
- void onDeleteDocument(
- String documentId
Implementation
const DeskDocumentListView({
super.key,
required this.selectedDocumentType,
this.icon,
this.filter,
this.onOpenDocument,
this.onDeleteDocument,
});