animationCurve property

Curve? animationCurve
final

Easing curves are used to adjust the rate of change of an animation over time, allowing them to speed up and slow down, rather than moving at a constant rate.

When the animation is controlled via an external AnimationController object in controller, the curve is applied to that controller respectively.

Implementation

final Curve? animationCurve;