MultiSelectController<T> constructor
MultiSelectController<T> ({
- required List<
SelectOption< options,T> > - Set<
T> initialSelected = const {}, - ValueChanged<
Set< ? onChange,T> > - VoidCallback? onCancel,
Implementation
MultiSelectController({
required this.options,
this.initialSelected = const {},
this.onChange,
this.onCancel,
});