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