TextInput constructor

const TextInput(
  1. FormControls element, {
  2. Key? key,
})

Implementation

const TextInput(this.element, {super.key});