ChartSizeAnimation class

Provides size animation values.

Implemented types

Constructors

ChartSizeAnimation()

Properties

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

Operators

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