AppNavigationBarItem constructor
const
AppNavigationBarItem({})
Implementation
const AppNavigationBarItem({
super.key,
required this.icon,
required this.isActive,
required this.label,
this.activeIcon,
this.onIndexChanged,
this.image,
});