flutter_refresh_indicator library
Classes
- BouncingRefreshIndicator
- ClampingRefreshIndicator
- PrimaryRefreshIndicator
- A inherited widget globally provides the style information for refresh indicators to all descendant widgets in the widget tree.
- RefreshIndicator
- A widget that supports the Material "swipe to refresh" idiom.
- RefreshIndicatorStyle
- The data class that defines the style for referring in refresh indicator widgets.
Typedefs
- PullToRefresh = RefreshIndicator
- Signature for the alias that is representing of the RefreshIndicator widget.
- SwipeToRefresh = RefreshIndicator
- Signature for the alias that is representing of the RefreshIndicator widget.