DeskDocumentTypeSidebar constructor
const
DeskDocumentTypeSidebar({
- Key? key,
- required List<
DocumentTypeDecoration> documentTypeDecorations, - Widget? header,
Implementation
const DeskDocumentTypeSidebar({
super.key,
required this.documentTypeDecorations,
this.header,
this.footer,
});