androidx.compose.material.pullrefresh

Classes

PullRefreshState

A state object that can be used in conjunction with pullRefresh to add pull-to-refresh behaviour to a scroll component.

Cmn

Objects

PullRefreshDefaults

Default parameter values for rememberPullRefreshState.

Cmn

Composables

PullRefreshIndicator

The default indicator for Compose pull-to-refresh, based on Android's SwipeRefreshLayout.

Cmn
rememberPullRefreshState

Creates a PullRefreshState that is remembered across compositions.

Cmn

Modifiers

pullRefresh

A nested scroll modifier that provides scroll events to state.

Cmn
pullRefreshIndicatorTransform

A modifier for translating the position and scaling the size of a pull-to-refresh indicator based on the given PullRefreshState.

Cmn