BottomBarItem constructor
BottomBarItem({})
Implementation
BottomBarItem({
required this.icon,
required this.title,
this.selectedIcon,
this.backgroundColor,
this.unSelectedColor = Colors.grey,
this.selectedColor = Colors.green,
//badge
this.badge,
this.badgeColor = Colors.grey,
this.showBadge = false,
this.badgePadding,
this.borderColor = Colors.black,
});