TextInput constructor

TextInput({
  1. String? key,
  2. int? track,
})

Implementation

TextInput({
  this.key,
  this.track,
});