onLoadMore property

Future<void> Function()? onLoadMore
final

Callback that will be called when the user scrolls to the bottom of the list.

Implementation

final Future<void> Function()? onLoadMore;