hasDataToScroll method

bool hasDataToScroll()

Implementation

bool hasDataToScroll() {
  return _scrollController.position.maxScrollExtent == 0;
}