FloatingBottomNavItem constructor

const FloatingBottomNavItem({
  1. String? label,
  2. required Widget inactiveIcon,
  3. Widget? activeIcon,
})

Implementation

const FloatingBottomNavItem({this.label, required this.inactiveIcon, this.activeIcon});