Selector<T> constructor
const
Selector<T> ({})
Implementation
const Selector({
required this.values,
required this.labelBuilder,
this.value,
this.onChanged,
this.canUnselect = false,
this.placeholder,
super.key,
});