← Back to Compose Multiplatform
pullRefreshIndicatorTransform
Modifier
in
Compose Multiplatform
. Since 1.3.0-beta03Overview
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
Name | Description |
---|---|
state | The PullRefreshState which determines the position of the indicator. |
scale | A boolean controlling whether the indicator's size scales with pull progress or not |
Next ComponentAssistChip →
