curve property

Curve curve
final

The animation curve to use for interpolation.

Controls the rate of change during animation. Defaults to Curves.linear. Common curves include Curves.easeInOut, Curves.bounceIn, etc.

Implementation

final Curve curve;