MultiSelectController<T> class

A Controller for multi select. Allows to get all selected items, de select all, select all.

Constructors

MultiSelectController({bool deSelectPerpetualSelectedItems = false})

Properties

deselectAll VoidCallback
Deselect all selected items
getter/setter pair
deSelectPerpetualSelectedItems bool
Default false. if true -> deselect all selected items with Perpetual selected items
final
getSelectedItems List<T> Function()
get all selected items
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectAll List<T> Function()
Select all items
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited