Swipe Refresh State
A state object that can be hoisted to control and observe changes for SwipeRefresh.
In most cases, this will be created via rememberSwipeRefreshState.
Parameters
isRefreshing
the initial value for SwipeRefreshState.isRefreshing
Constructors
SwipeRefreshState
Link copied to clipboard
the initial value for SwipeRefreshState.isRefreshing
Properties
indicatorOffset
Link copied to clipboard
isRefreshing
Link copied to clipboard
Whether this SwipeRefreshState is currently refreshing or not.
isSwipeInProgress
Link copied to clipboard