CustomBottomNavBar constructor
const
CustomBottomNavBar({})
Implementation
const CustomBottomNavBar({
super.key,
required this.items,
this.backgroundColor,
this.selectedItemColor,
this.unselectedItemColor,
this.elevation = 8.0, // Default elevation
});