PanelySidebar constructor
PanelySidebar({
- Key? key,
- PanelySidebarConfiguration configuration = const PanelySidebarConfiguration(),
- double width = 200,
Implementation
PanelySidebar({
super.key,
required this.menuItems,
this.configuration = const PanelySidebarConfiguration(),
this.width = 200,
});