onFetch property

Future<SuperScrollResult<T>> Function(int page) onFetch
final

The callback that fetches new items for a given page.

Implementation

final Future<SuperScrollResult<T>> Function(int page) onFetch;