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