onTopScroll abstract method
Called when the scroll reaches the top. Implement this method to refresh content or perform other actions.
Implementation
Future<void> onTopScroll();
Called when the scroll reaches the top. Implement this method to refresh content or perform other actions.
Future<void> onTopScroll();