FormBuilderInput.dropdown constructor
Implementation
FormBuilderInput.dropdown({
@required this.label,
@required this.options,
@required this.attribute,
this.readonly = false,
this.hint,
this.value,
this.require = false,
this.validator,
}) {
type = FormBuilderInput.TYPE_DROPDOWN;
}