MultiReorderEvent class
An event data emitted when multiSelect
is set to true.
(Even if only one item is dragged).
- Inheritance
-
- Object
- ReorderEvent
- MultiReorderEvent
Constructors
-
MultiReorderEvent(List<
int> sourceIndexes, int destIndex)
Properties
- destIndex → int
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceIndex → int
-
finalinherited
-
sourceIndexes
→ List<
int> -
All the selected items indexes before their repositioning.
final
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