toggle menu
structures
0.13.2
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
ButtonElement
/
ButtonElement
Button
Element
constructor
(
text
:
String
,
onClick
:
(
)
->
Unit
,
sentiment
:
Sentiment
=
Sentiment.Nominal
,
enabled
:
Boolean
=
true
,
latchOnPress
:
Boolean
=
false
,
leadingSymbol
:
Symbol
?
=
null
,
trailingSymbol
:
Symbol
?
=
null
)