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