Text

class Text(val text: String, val color: Color = Color.Unspecified, val onClick: () -> Unit? = null) : DesktopStatusBarItem

Constructors

Link copied to clipboard
constructor(text: String, color: Color = Color.Unspecified, onClick: () -> Unit? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val onClick: () -> Unit?
Link copied to clipboard