MinSelectOption<T> constructor
const
MinSelectOption<T> ({})
Implementation
const MinSelectOption({
required this.value,
required this.label,
this.enabled = true,
this.leading,
this.trailing,
});