jumpToTop method

void jumpToTop()

Scroll to top without animation

Implementation

void jumpToTop() => jumpTo(0);