Title constructor

Title({
  1. String? id,
  2. String? label,
  3. String? description,
  4. Type? type,
  5. String? value,
  6. String? titleDefault,
  7. String? tip,
  8. Placeholder? placeholder,
  9. TitleOptions? options,
})

Implementation

Title({
  this.id,
  this.label,
  this.description,
  this.type,
  this.value,
  this.titleDefault,
  this.tip,
  this.placeholder,
  this.options,
});