AnimatedListAnimationData class

Holds information about an animation.

The animation attribute is used to convert the linear animation (from 0.0 to 1.0) in a customized way, like Tweens.

The duration attribute indicates the duration of the entire animation.

The startTime attribute, if is greater than zero, indicates that the animation won't start from the beginning but at a specific point.

Constructors

AnimatedListAnimationData(Animatable<double> animation, Duration duration, [double startTime = 0.0])
const

Properties

animation Animatable<double>
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime double
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