pageLoader property

Future<List<T>?> Function(int index) pageLoader
final

Implementation

final Future<List<T>?> Function(int index) pageLoader;