NiceBottomNavBar constructor
const
NiceBottomNavBar({})
Implementation
const NiceBottomNavBar({
super.key,
required this.items,
required this.selectedIndex,
this.onTap,
this.backgroundColor,
this.selectedItemColor,
this.unselectedItemColor,
this.showLabels = true,
this.elevation = 8,
});