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