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