FormComponentOptions constructor

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

Creates Options

Implementation

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