A factory class for creating and configuring a tray icon.
The icon to be displayed in the tray. Defaults to a gray box.
A composable function to create the tray menu.
The action to be performed when the tray icon is clicked.
The state of the tray icon. Defaults to a remembered tray state.
The tooltip text to be displayed when hovering over the tray icon.
Composes the tray icon with the specified properties.
Sets the action to be performed when the tray icon is clicked.
Sets the composable function to create the tray menu.