BottomNavigationComponent constructor
BottomNavigationComponent({})
Implementation
BottomNavigationComponent(
{this.primaryColor,
this.backgroundColor,
required this.itemsMenu,
required this.onPressedItemMenu,
super.key});