ArcaneSidebar constructor
const
ArcaneSidebar({})
Implementation
const ArcaneSidebar({
required this.children,
this.header,
this.footer,
this.collapsed = false,
this.onCollapseChanged,
this.width = 280,
this.collapsedWidth = 64,
this.showCollapseToggle = true,
this.rightSide = false,
this.styles,
this.decoration,
super.key,
});