shouldLoadMore method

bool shouldLoadMore(
  1. ScrollController controller
)
inherited

Implementation

bool shouldLoadMore(ScrollController controller) => paginationNotifier.shouldLoadMore(controller);