MultiSelectController<T> constructor
MultiSelectController<T> ([
- Iterable<
T> ? value
Creates a MultiSelectController with an optional initial selection.
The value
parameter sets the initial selected items collection.
Can be null or empty to start with no selections.
Parameters:
value
(Iterable
Implementation
MultiSelectController([super.value]);