NavItem constructor
const
NavItem({})
Implementation
const NavItem({
required this.label,
required this.icon,
this.route,
this.onTap,
this.children = const [],
this.badge,
this.permission,
});
const NavItem({
required this.label,
required this.icon,
this.route,
this.onTap,
this.children = const [],
this.badge,
this.permission,
});