DocumentTypeItem constructor
const
DocumentTypeItem({
- Key? key,
- required DocumentType<
Serializable> documentType, - bool isSelected = false,
- bool isCollapsed = false,
- VoidCallback? onTap,
- IconData? icon,
Implementation
const DocumentTypeItem({
super.key,
required this.documentType,
this.isSelected = false,
this.isCollapsed = false,
this.onTap,
this.icon,
});