InputField constructor
InputField({
- InputFieldCheckboxInput? checkboxInput,
- InputFieldChoiceInput? choiceInput,
- String? id,
- TextWithTooltip? label,
- bool? required,
- InputFieldTextInput? textInput,
Implementation
InputField({
this.checkboxInput,
this.choiceInput,
this.id,
this.label,
this.required,
this.textInput,
});