NUIBottomNavItem constructor
NUIBottomNavItem({})
Implementation
NUIBottomNavItem({
required this.id,
required Widget icon,
Widget? activeIcon,
String? label,
Color? backgroundColor,
this.listenerOverride
}): super(icon: icon, activeIcon: activeIcon, label: label, backgroundColor: backgroundColor);