redwood
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-ui-basic-widget
/
app.cash.redwood.ui.basic.widget
/
Button
Button
@
ObjCName
(
name
=
"Button"
,
exact
=
true
)
interface
Button
<
W
:
Any
>
:
Widget
<
W
>
{tag=4}
Members
Properties
modifier
Link copied to clipboard
abstract
var
modifier
:
Modifier
value
Link copied to clipboard
abstract
val
value
:
W
Functions
enabled
Link copied to clipboard
abstract
fun
enabled
(
enabled
:
Boolean
)
{tag=2}
on
Click
Link copied to clipboard
abstract
fun
onClick
(
onClick
:
(
)
->
Unit
?
)
{tag=3}
text
Link copied to clipboard
abstract
fun
text
(
text
:
String
?
)
{tag=1}