SelectValueBuilder<T> constructor

const SelectValueBuilder<T>({
  1. Key? key,
  2. required SelectValueOption options,
})

Implementation

const SelectValueBuilder({super.key, required this.options});