NavItem constructor
const
NavItem({})
Implementation
const NavItem({
required this.label,
required this.icon,
required this.screen,
this.activeColor,
this.inactiveColor,
this.showBadge = false,
});
const NavItem({
required this.label,
required this.icon,
required this.screen,
this.activeColor,
this.inactiveColor,
this.showBadge = false,
});