CustomBottomBar constructor
const
CustomBottomBar({})
Implementation
const CustomBottomBar({
super.key,
required this.items,
required this.currentIndex,
required this.onBottomTapped,
this.showLabel = true,
this.backgroundColor,
this.selectedItemColor,
this.unselectedItemColor,
this.fontSize,
this.height,
this.width,
this.elevation,
});