Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app
/
DesktopStatusBarItem
/
Text
Text
jvm
class
Text
(
val
text
:
String
,
val
color
:
Color
=
Color.Unspecified
,
val
onClick
:
(
)
->
Unit
?
=
null
)
:
DesktopStatusBarItem
Members
Constructors
Text
Link copied to clipboard
jvm
constructor
(
text
:
String
,
color
:
Color
=
Color.Unspecified
,
onClick
:
(
)
->
Unit
?
=
null
)
Properties
color
Link copied to clipboard
jvm
val
color
:
Color
on
Click
Link copied to clipboard
jvm
val
onClick
:
(
)
->
Unit
?
text
Link copied to clipboard
jvm
val
text
:
String