BubbleBottomNavBar constructor
const
BubbleBottomNavBar({})
Implementation
const BubbleBottomNavBar({
super.key,
required this.groups,
this.activeIconColor = Colors.white,
this.inactiveIconColor = Colors.grey,
this.activeBackgroundColor = const Color(0xFF155FA0), // Standard deep blue
this.defaultGroupBackgroundColor = Colors.white,
this.initialIndex = 0,
this.extendBody = true,
});