tooltipForNavBar property
The tooltipForNavBar property in the ReactiveDestination class represents the
tooltip text that is displayed when the destination is hovered over in a navigation
bar. It allows you to provide additional information or a description for the
destination when the user hovers over it with their cursor.
Implementation
final String? tooltipForNavBar;