SidebarItem constructor
SidebarItem({
- required String title,
- required IconData icon,
- List<
SidebarChildItem> children = const [], - bool isExpandable = false,
Implementation
SidebarItem({
required this.title,
required this.icon,
this.children = const [],
this.isExpandable = false,
});