scrollToEnd method

dynamic scrollToEnd()

Implementation

scrollToEnd() {
  /*if (scrollController.hasClients) {
    scrollController.animateTo(
      scrollController.position.minScrollExtent,
      duration: const Duration(milliseconds: 100),
      curve: Curves.linear,
    );
  }*/
  newScrollController.jumpTo(index: 0);
  showHideRedirectToLatest(false);
}