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