BottomTabBarItem constructor
const
BottomTabBarItem({})
Implementation
const BottomTabBarItem({
this.title,
required this.icon,
Widget? activeIcon,
this.selectedTextStyle,
this.unSelectedTextStyle,
this.backgroundColor,
this.badge,
this.badgeNo,
this.maxBadgeNo = 99,
}) : activeIcon = activeIcon ?? icon;