FBottomNavigationBarItem constructor

const FBottomNavigationBarItem({
  1. required Widget icon,
  2. Widget? label,
  3. FBottomNavigationBarItemStyleDelta style = const .context(),
  4. bool autofocus = false,
  5. FocusNode? focusNode,
  6. ValueChanged<bool>? onFocusChange,
  7. ValueChanged<bool>? onHoverChange,
  8. FTappableVariantChangeCallback? onVariantChange,
  9. Key? key,
})

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,
});