tooltip property Null safety
final
The text to display in the Tooltip for this BottomNavigationBarItem.
A Tooltip will only appear on this item if tooltip
is set to a non-empty string.
Defaults to null, in which case the tooltip is not shown.
Implementation
final String? tooltip;