curve property

Curve curve
final

The curve applied to the animation input before it is passed to the animatable.

In other words, the curve transforms the controller's 0.0..1.0 timeline and the resulting value is then fed into the animatable.

Defaults to Curves.linear.

Implementation

final Curve curve;