reset abstract method

dynamic reset(
  1. dynamic productCurve(
    1. dynamic Function(
      1. double x
      )
    ),
  2. AnimationController animationController,
  3. Duration duration,
  4. Tween<Offset> tween,
  5. Offset current,
  6. double target,
)

Implementation

reset(
  productCurve(Function(double x)),
  AnimationController animationController,
  Duration duration,
  Tween<Offset> tween,
  Offset current,
  double target,
);