scrollToTop method

dynamic scrollToTop(
  1. ScrollController scrollController
)

Implementation

scrollToTop(ScrollController scrollController) => scrollController.animateTo(0,
    duration: Duration(milliseconds: 500), curve: Curves.fastOutSlowIn);