SafaehOption<T> constructor
const
SafaehOption<T> ({})
Implementation
const SafaehOption({
required this.value,
required this.label,
required this.subtitle,
required this.icon,
this.badge,
this.enabled = true,
});