BottomNavBarItem constructor
BottomNavBarItem({})
Implementation
BottomNavBarItem({
required this.icon,
required this.text,
required this.isCustom,
this.activeIcon,
this.isFloating = false,
this.floatingMargin,
this.switchScreen = true,
this.onTap,
this.onTapHaptic,
});