tooltip property

String? tooltip
final

The optional tooltip text.

This text is displayed when the user hovers over the menu item.

If null, no tooltip will be displayed.

Implementation

final String? tooltip;