curve property

Curve curve
final

Curves, a collection of common animation easing curves. CurveTween, which can be used to apply a Curve to an Animation.

Default value is Curves.linear

Implementation

final Curve curve;