SidebarWidget constructor
const
SidebarWidget({})
Implementation
const SidebarWidget({
super.key,
required this.item,
required this.index,
required this.itemExpanded,
required this.isSelected,
required this.itemOnTap,
required this.onSubItemTap,
this.selectedSubIndex,
this.selectedColor,
this.iconBagroundColor,
this.iconColor,
this.textColor,
});