shouldLoad method

bool shouldLoad(
  1. ScrollUpdateNotification notification
)

Implementation

bool shouldLoad(ScrollUpdateNotification notification) =>
    state.nextAvailable && notification.metrics.extentAfter <= loadThreshold;