Sidebar constructor
const
Sidebar({})
Implementation
const Sidebar({
super.key,
this.items,
this.width = 275,
this.minifiedWidth = 80,
this.isMinimized = true,
this.onTap,
});
const Sidebar({
super.key,
this.items,
this.width = 275,
this.minifiedWidth = 80,
this.isMinimized = true,
this.onTap,
});