tooltip property

String? tooltip
final

The tooltip to show when hovering over the TrayIcon.

If tooltip == null, the current tooltip will be kept. If tooltip == '', the tooltip will be removed.

Implementation

final String? tooltip;