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