ListAnimatedListDiffDispatcher<T> class

This class extends AnimatedListDiffDispatcher in order to handle easier the list using a List object type.

Inheritance

Constructors

ListAnimatedListDiffDispatcher({@required AnimatedListController animatedListController, @required ListAnimatedListDiffItemBuilder<T> itemBuilder, @required List<T> currentList, @required ListAnimatedListDiffComparator<T> comparator})

Properties

animatedListController AnimatedListController
final, inherited
comparator AnimatedListDiffComparator<List<T>>
final, inherited
currentList List<T>
Returns the current list to be passed to the AnimatedSliverList.
read-only, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
itemBuilder AnimatedListDiffItemBuilder<List<T>>
final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

dispatchNewList(List<T> newList) → void
Replaces the current list with the new one. Differences are calculated and then dispatched to the coontroller.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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