Selector<T> constructor
const
Selector<T> ({})
Implementation
const Selector({
required this.options,
this.value,
this.onChanged,
this.placeholder = 'Select...',
this.disabled = false,
this.clearable = false,
this.searchable = false,
this.label,
this.error,
super.key,
});