AurisSelectOption<T> constructor
const
AurisSelectOption<T> ({
- required T value,
- required String label,
Creates an option carrying value, shown as label.
Implementation
const AurisSelectOption({required this.value, required this.label});