curve property

Curve? curve
finalinherited

The specified easing curve for the effect. If null, will inherit the curve from the previous effect, or use Animate.defaultCurve if this is the first effect.

Implementation

final Curve? curve;