CustomSideBar constructor
const
CustomSideBar({})
Implementation
const CustomSideBar({
super.key,
required this.items,
this.currentRoute,
this.backgroundColor,
this.width,
this.onRoute = false,
this.onRouteSelected,
});