SelectOptionProps<T> constructor
const
SelectOptionProps<T> ({})
Implementation
const SelectOptionProps({
required this.value,
required this.label,
this.subtitle,
this.description,
this.icon,
this.disabled = false,
this.searchKeywords,
});