hasReachedBottom method

bool hasReachedBottom()

Implementation

bool hasReachedBottom() {
  return position.pixels >= position.maxScrollExtent;
}