semanticsLabel property
final
The semantic label for this BottomNavigationBarItem.
This is used by accessibility tools to describe the item. When provided, it overrides the default label String when read by accessibility tools.
This is useful when the visual label does not fully describe the action or destination, or when you want to provide additional context for screen reader users.
If null, the default semantic description is used.
Implementation
final String? semanticsLabel;