ChartColorAnimation class

Provides color animation values.

Implemented types

Constructors

ChartColorAnimation()

Properties

current Color
Current value during the animation.
no setter
hashCode int
The hash code for this object.
no setterinherited
last Color
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 Color color, required AnimationController controller, Curve curve = Curves.easeInOut, Color? initialColor, ChartColorAnimation? oldAnimation}) → void
Initialize animation.
toString() String
A string representation of this object.
inherited

Operators

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