PanelySidebarConfiguration constructor
const
PanelySidebarConfiguration({
- PanelySidebarPosition position = PanelySidebarPosition.left,
- PanelySidebarViewMode viewMode = PanelySidebarViewMode.responsive,
- PanelyResponsiveSidebarConfiguration responsive = const PanelyResponsiveSidebarConfiguration(),
Implementation
const PanelySidebarConfiguration({
this.position = PanelySidebarPosition.left,
this.viewMode = PanelySidebarViewMode.responsive,
this.responsive = const PanelyResponsiveSidebarConfiguration(),
// this.mobile = const PanelyMobileSidebarConfiguration(),
// this.desktop = const PanelyDesktopSidebarConfiguration(),
});