menu
simple_floating_bottom_nav_bar package
documentation
floating_item.dart
FloatingBottomNavItem
FloatingBottomNavItem.new const constructor
FloatingBottomNavItem.new const constructor
dark_mode
light_mode
FloatingBottomNavItem
constructor
const
FloatingBottomNavItem
(
{
String
?
label
,
required
Widget
inactiveIcon
,
Widget
?
activeIcon
,
})
Implementation
const FloatingBottomNavItem({this.label, required this.inactiveIcon, this.activeIcon});
simple_floating_bottom_nav_bar package
documentation
floating_item
FloatingBottomNavItem
FloatingBottomNavItem.new const constructor
FloatingBottomNavItem class