PhoenixBottomMenuUHF constructor
PhoenixBottomMenuUHF({})
Implementation
PhoenixBottomMenuUHF({
Key? key,
required this.navBarItems,
required this.onTabChange,
this.selectedTabColor,
this.unselectedTabColor,
this.elevation,
this.backgroundColor,
this.bottomNavBarType,
this.iconSize = 25,
this.selectedIndex,
}) : super(key: key);