SelectValueBuilder<T> constructor
const
SelectValueBuilder<T> ({
- Key? key,
- required SelectValueOption options,
Implementation
const SelectValueBuilder({super.key, required this.options});