visible property

bool? visible
final

Whether the TrayIcon should be shown or hidden.

A hidden TrayIcon will not be in the system tray. But its state will be remembered by the plugin, so that it can be shown again later.

If visible == null the icon will remain as-is.

Implementation

final bool? visible;