onLoadMore property

Future<void> Function()? onLoadMore
final

A callback function that is triggered to load more data when the user reaches the end of the list.

Implementation

final Future<void> Function()? onLoadMore;