lazy_load_refresh_indicator library

Classes

LazyLoadRefreshIndicator
A widget that supports the Material "swipe to refresh" idiom and lazy loading.

Typedefs

RefreshCallback = Future<void> Function()
The signature for a function that's called when the user has dragged a LazyLoadRefreshIndicator far enough to demonstrate that they want the app to refresh. The returned Future must complete when the refresh operation is finished.