onBottomScrolled property

void Function(B) onBottomScrolled
final

Callback triggered once the user gets to the bottom of the list while scrolling when a threshold has been passed. This callback is triggered only if the enableOnBottomScrolledCallback is set to true and the fetched items are less than the total count.

Implementation

final void Function(B) onBottomScrolled;