setReverseCurve method

Animate setReverseCurve(
  1. Curve curve
)

Set the curve for this tween.

Used for staggered animation.

Implementation

Animate setReverseCurve(Curve curve) {
  _reserveCurve = curve;
  return this;
}