AnimatedListAnimator class abstract

This interface can be implemented to customize all animations. DefaultAnimatedListAnimator is the default implementation.

Implementers

Constructors

AnimatedListAnimator()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dismiss() AnimatedListAnimationData
Provides info about the animation of an outgoing item.
dismissDuringIncoming(double time) AnimatedListAnimationData
Provides info about the animation of an incoming item that doesn't complete and is turning into an outgoing item. The current time of the incoming animation is provided (0 indicates that is just started whereas 1 is pratically completed).
incoming() AnimatedListAnimationData
Provides info about the animation of an incoming item.
moving() AnimatedListAnimationData
Provides info about the animation of a moving item.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resizing(double fromSize, double toSize) AnimatedListAnimationData
Provides info about the animation of a resizing interval (space between items) that appear after removing/replacing old items or before inserting new ones. The starting fromSize and ending toSize measures of the interval are also provided.
resizingDuringReordering(double fromSize, double toSize) AnimatedListAnimationData
Provides info about the animation of a resizing interval (space between items) that appear only during reordering. The starting fromSize and ending toSize sizes of the interval are also provided.
toString() String
A string representation of this object.
inherited

Operators

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