InputField constructor
InputField({})
Implementation
InputField({
required this.type,
this.name,
this.value,
this.label,
this.maxLength,
required this.isRequired,
this.optionsList,
this.optionsMap,
this.hint,
this.minLength,
required this.readOnly,
this.dependsOn,
});