SelectOption<T, P> constructor
const
SelectOption<T, P> ({
- required String text,
- required T value,
- P? params,
Implementation
const SelectOption({required this.text, required this.value, this.params});