OnReorderMixin<K extends Key> mixin

Mixin handling the reorder of the AnimatedReorderableListView.

Properties

childrenNumber int
Number of children in the tree.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasLeads bool
Whether there are leads in the list.
no setter
hasTails bool
Whether there are tails in the list.
no setter
itemsMap Map<K, ExpandableReorderableListItem<K>>
The Map of items.
no setter
itemsTree ExpandableReorderableListRootItem<K>
The items tree.
no setter
modelsController ExpandableReorderableListItemModelController<K>
The controller of the items.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onReorder(int oldIndex, int newIndex) OnReorderParam<K>
Returns OnReorderParam object for the callback function given as a parameter to the ExpandableReorderableListView.
toString() String
A string representation of this object.
inherited

Operators

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