Sidebar constructor
Sidebar({})
Implementation
Sidebar({
required this.sidebar,
required this.child,
this.width = 24,
this.gap = 1,
this.side = SidebarSide.left,
super.key,
});
Sidebar({
required this.sidebar,
required this.child,
this.width = 24,
this.gap = 1,
this.side = SidebarSide.left,
super.key,
});