textInput abstract method

Widget textInput(
  1. TextInputProps props
)

Render a text input component.

Implementation

Widget textInput(TextInputProps props);