curve property

Curve? curve
final

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

Implementation

final Curve? curve;