onEndReached property

(Future<void> Function()?) onEndReached
final

Used for pagination (infinite scroll). Called when user scrolls to the very end of the list (minus onEndReachedThreshold).

Implementation

final Future<void> Function()? onEndReached;