tooltip property

String? tooltip
final

The text to display in the tooltip for this NavigationDestination, when the user long presses the destination.

If tooltip is an empty string, no tooltip will be used.

Defaults to null, in which case the label text will be used.

Implementation

final String? tooltip;