SidebarItem constructor
const
SidebarItem({})
Creates a sidebar navigation item.
Implementation
const SidebarItem({
required this.label,
required this.href,
this.icon,
this.active = false,
this.disabled = false,
this.className,
this.props = const {},
this.style = const {},
this.dartStyle,
});