NavBarItem constructor
const
NavBarItem({
- IconData? icon,
- String? label,
- Color? activeColor,
- Color? inactiveColor,
- BadgeModel? badge,
Implementation
const NavBarItem({
this.icon,
this.label,
this.activeColor,
this.inactiveColor,
this.badge,
});