tray

@Composable
fun ApplicationScope.tray(block: Tray.() -> Unit)

Creates a tray with the specified properties.

Receiver

The application scope in which the tray icon is created.

Parameters

block

A lambda with receiver of type TrayFactory to configure the tray icon.