scrollToTop method
Implementation
void scrollToTop({Duration duration = ScrollUtils.duration}) {
animateTo(0.0, curve: Curves.easeOut, duration: duration);
}
void scrollToTop({Duration duration = ScrollUtils.duration}) {
animateTo(0.0, curve: Curves.easeOut, duration: duration);
}