UIProBottomNavItem constructor
const
UIProBottomNavItem({})
Creates a bottom navigation item.
Implementation
const UIProBottomNavItem({
required this.icon,
this.activeIcon,
this.label,
this.badge,
this.showBadgeDot = false,
this.badgeColor,
});