TextComponentOptions constructor

TextComponentOptions({
  1. bool multi = false,
  2. String? placeholder,
  3. String? description,
  4. String? label,
})

Creates Options

Implementation

TextComponentOptions(
    {this.multi = false, this.placeholder, this.description, this.label});