ChartDoubleAnimation class

Provides double animation values.

Implemented types

Constructors

ChartDoubleAnimation()

Properties

current double
Current value during the animation.
no setter
hashCode int
The hash code for this object.
no setterinherited
last double
Last double value on finish/stop animation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Dispose animation.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setup({required AnimationController controller, required double value, Curve curve = Curves.easeOutExpo, double? initialValue, ChartDoubleAnimation? oldAnimation}) → void
Initialize animation.
toString() String
A string representation of this object.
inherited

Operators

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