AuiBottomNavItem constructor
const
AuiBottomNavItem({})
Creates an AuiBottomNavItem.
Implementation
const AuiBottomNavItem({
required this.icon,
required this.label,
this.activeIcon,
this.badge,
});
Creates an AuiBottomNavItem.
const AuiBottomNavItem({
required this.icon,
required this.label,
this.activeIcon,
this.badge,
});