by @alexstyl
✉️ Leave your feedback

← Back to Compose Multiplatform

pullRefreshIndicatorTransform

Modifier
in
Compose Multiplatform
. Since 1.3.0-beta03

Overview

Examples

Community Notes

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

Overloads

pullRefreshIndicatorTransform

@ExperimentalMaterialApi
fun Modifier.pullRefreshIndicatorTransform(
    state: PullRefreshState,
    scale: Boolean = false,
)

Parameters

NameDescription
stateThe PullRefreshState which determines the position of the indicator.
scaleA boolean controlling whether the indicator's size scales with pull progress or not
Next ComponentAssistChip