SidebarMenuItem constructor
const
SidebarMenuItem({})
Implementation
const SidebarMenuItem({
Key? key,
required this.title,
required this.icon,
required this.isExpanded,
required this.isActive,
this.isSubItem = false,
this.hasSubItems = false,
this.isSubExpanded = false,
this.badge,
required this.onTap, required this.themeColor,
}) : super(key: key);