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
/
TextInputValue
/
TextInputValue
Text
Input
Value
constructor
(
modifier
:
Modifier
=
Modifier
,
state
:
TextFieldState
=
TextFieldState()
,
hint
:
String
=
""
,
onChange
:
(
TextFieldState
)
->
Unit
?
=
null
)