ChartAnimator class
Constructors
- ChartAnimator(TickerProvider provider, {Duration duration = const Duration(milliseconds: 400), Duration? reverseDuration, AnimationBehavior behavior = AnimationBehavior.normal, Curve curve = Curves.easeInOut, double lowerBound = 0, double upperBound = 1})
Properties
- duration → Duration
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAnimating → bool
-
no setter
- isCompleted → bool
-
no setter
- isDismissed → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → AnimationStatus
-
no setter
- value → double
-
no setter
Methods
-
addListener(
VoidCallback callback) → void -
addStatusListener(
AnimationStatusListener listener) → void -
forward(
{double? from}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reverse(
{double? from}) → void -
reVsync(
TickerProvider tickerProvider) → void -
stop(
{bool canceled = false}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited