SingleSelectElement constructor
SingleSelectElement({})
Implementation
SingleSelectElement(
{super.elementType = UIElementTypeConstants.singleSelect,
required super.elementId,
required this.label,
required this.options,
super.response,
super.defaultValue,
bool? optional = true})
: super(optional: optional ?? true);