redwood
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-ui-basic-testing
/
app.cash.redwood.ui.basic.testing
/
ButtonValue
/
ButtonValue
Button
Value
constructor
(
modifier
:
Modifier
=
Modifier
,
text
:
String
?
,
enabled
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
?
=
null
)