resetScroll method
void
resetScroll()
Resets the scroll position of all Sync controllers to 0.
Implementation
void resetScroll() {
jumpTo(0.0);
}
Resets the scroll position of all Sync controllers to 0.
void resetScroll() {
jumpTo(0.0);
}