ArcaneSidebarItem constructor
const
ArcaneSidebarItem({})
Implementation
const ArcaneSidebarItem({
required this.label,
this.icon,
this.onTap,
this.href,
this.selected = false,
this.disabled = false,
this.badge,
this.collapsed = false,
this.tooltip,
super.key,
});