SidebarProps constructor
const
SidebarProps({})
Implementation
const SidebarProps({
required this.children,
this.header,
this.footer,
this.isCollapsed = false,
this.onCollapseChanged,
this.width = 280,
this.collapsedWidth = 64,
this.showCollapseToggle = true,
this.rightSide = false,
this.onToggleCollapse,
});