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
/
TextInput
Text
Input
@
Composable
fun
TextInput
(
state
:
TextFieldState
=
TextFieldState()
,
hint
:
String
=
""
,
onChange
:
(
TextFieldState
)
->
Unit
?
=
null
,
modifier
:
Modifier
=
Modifier
)