animateTo method

dynamic animateTo(
  1. double target, {
  2. Duration? duration,
  3. Curve curve = Curves.linear,
})

Do not override

Implementation

animateTo(double target, {Duration? duration, Curve curve = Curves.linear}) => _controller.data!.animateTo(target);