onTopScroll abstract method

Future<void> onTopScroll()

Called when the scroll reaches the top. Implement this method to refresh content or perform other actions.

Implementation

Future<void> onTopScroll();