TextInputValue
class TextInputValue(val modifier: Modifier = Modifier, val state: TextFieldState = TextFieldState(), val hint: String = "", val onChange: (TextFieldState) -> Unit? = null) : WidgetValue
Constructors
Link copied to clipboard
constructor(modifier: Modifier = Modifier, state: TextFieldState = TextFieldState(), hint: String = "", onChange: (TextFieldState) -> Unit? = null)