AnimationProvider class

Constructors

AnimationProvider(DotsTickerProvider tickerProvider)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tween Tween<double>
no setter
value double
no setter

Methods

forward({required double begin, required double end, required Duration duration}) → void
Starts animation based on the specified parameters.
isAnimationActive() bool
Returns true if animation in process, otherwise return false.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUpAnimation({required Function tickFunction, Curve curve = Curves.linear}) → void
The main method which provide controller for the animation.
stop() → void
Stops running this animation. The animation stops in its current state.
toString() String
A string representation of this object.
inherited

Operators

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