TextInput constructor

TextInput({
  1. Key? key,
})

Implementation

TextInput({Key? key}) : super(key: key);