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