ChartPositionAnimation class

Provides position animation values.

Implemented types

Constructors

ChartPositionAnimation()

Properties

current Offset
Current value during the animation.
no setter
hashCode int
The hash code for this object.
no setterinherited
last Offset
Last 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 Offset position, Curve curve = Curves.easeOutExpo, Offset? initialPosition, ChartPositionAnimation? oldAnimation}) → void
Initialize animation.
toString() String
A string representation of this object.
inherited

Operators

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