redwood
Toggle table of contents
0.18.0
jvm
Platform filter
jvm
Switch theme
Search in API
redwood
redwood-ui-basic-schema
/
app.cash.redwood.ui.basic
/
TextInput
/
TextInput
Text
Input
constructor
(
state
:
TextFieldState
=
TextFieldState()
,
hint
:
String
=
""
,
onChange
:
(
TextFieldState
)
->
Unit
?
=
null
)