androidx.compose.material3.pulltorefresh
Interfaces
PullToRefreshState |
The state of a |
Cmn
|
Objects
PullToRefreshDefaults |
Contains the default values for |
Cmn
|
Composables
PullToRefreshBox |
|
Cmn
|
rememberPullToRefreshState |
Create and remember the default |
Cmn
|
Modifiers
pullToRefresh |
A Modifier that adds nested scroll to a container to support a pull-to-refresh gesture. |
Cmn
|
Top-level functions summary
PullToRefreshState |
Creates a |
Cmn
|
Top-level functions
PullToRefreshState
fun PullToRefreshState(): PullToRefreshState
Creates a PullToRefreshState.
Note that in most cases, you are advised to use rememberPullToRefreshState when in composition.