FBottomNavigationBarItem constructor

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

Implementation

const FBottomNavigationBarItem({
  required this.icon,
  this.label,
  this.semanticsLabel,
  this.style = const .context(),
  this.autofocus = false,
  this.focusNode,
  this.onFocusChange,
  this.onHoverChange,
  this.onVariantChange,
  super.key,
});