animateTo method
void
animateTo(})
override
Animates scrollOffset from its current offset to to, over the given duration
of time, following the given animation curve.
Implementation
@override
void animateTo(double to, {required Duration duration, Curve curve = Curves.easeInOut}) => throw UnimplementedError();