FBottomNavigationBarItem constructor
const
FBottomNavigationBarItem({
- required Widget icon,
- required Widget label,
- FBottomNavigationBarItemStyle? style,
- bool autofocus = false,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - ValueChanged<
bool> ? onHoverChange, - ValueChanged<
Set< ? onStateChange,WidgetState> > - Key? key,
Creates a FBottomNavigationBarItem.
Implementation
const FBottomNavigationBarItem({
required this.icon,
required this.label,
this.style,
this.autofocus = false,
this.focusNode,
this.onFocusChange,
this.onHoverChange,
this.onStateChange,
super.key,
});