Title constructor
Title({
- String? id,
- String? label,
- String? description,
- Type? type,
- String? value,
- String? titleDefault,
- String? tip,
- Placeholder? placeholder,
- TitleOptions? options,
Implementation
Title({
this.id,
this.label,
this.description,
this.type,
this.value,
this.titleDefault,
this.tip,
this.placeholder,
this.options,
});