setCurve method

Animate setCurve(
  1. Curve curve
)

Set the curve for this tween.

Used for staggered animation.

Implementation

Animate setCurve(Curve curve) {
  _curve = curve;
  return this;
}