PanelySidebarConfiguration constructor

const PanelySidebarConfiguration({
  1. PanelySidebarPosition position = PanelySidebarPosition.left,
  2. PanelySidebarViewMode viewMode = PanelySidebarViewMode.responsive,
  3. 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(),
});