animationCurve property

Curve? animationCurve
getter/setter pair

Takes curve of animation.

Curve animationCurve = Curves.ease;

Implementation

Curve? animationCurve = Curves.ease;