textInput method
Render a text input component.
Implementation
@override
Component textInput(TextInputProps props) => CodexTextInput(props);
Render a text input component.
@override
Component textInput(TextInputProps props) => CodexTextInput(props);