InputField constructor
InputField({
- CheckboxInput? checkboxInput,
- ChoiceInput? choiceInput,
- String? id,
- TextWithTooltip? label,
- bool? required,
- TextInput? textInput,
Implementation
InputField({
this.checkboxInput,
this.choiceInput,
this.id,
this.label,
this.required,
this.textInput,
});