NavigationItem constructor
const
NavigationItem({})
Creates a NavigationItem.
icon, selectedIcon, and label are required.
badgeCount is optional and can be used to show a badge on the item.
Implementation
const NavigationItem({
required this.icon,
required this.selectedIcon,
required this.label,
this.badgeCount,
});