resetScroll method

void resetScroll()

Resets the scroll position of all linked controllers to 0.

Implementation

void resetScroll() {
  jumpTo(0.0);
}