setScrollProgress abstract method

void setScrollProgress(
  1. double value,
  2. Duration duration,
  3. Curve curve
)

Animates the scroll progress to value over duration with the given curve.

Implementation

void setScrollProgress(double value, Duration duration, Curve curve);