multi_pull library

Classes

ArrowIndicator
CircleIndicator
DefaultCircle
DefaultPullIndicator
LabelPullIndicator
MultiPull
A widget that supports the Material "swipe to refresh" idiom.
MultiPullState
Contains the state for a RefreshIndicator. This class can be used to programmatically show the refresh indicator, see the show method.
PullIndicator
Pull Indicator can alternate RefreshIndicator on MultiPull you can set this as one of List

Typedefs

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