<div class='sourceset sourceset-common'>Common</div>

```kotlin
@ExperimentalMaterialApi
object PullRefreshDefaults
```

Default parameter values for [rememberPullRefreshState](/jetpack-compose/androidx.compose.material/material/composable-functions/rememberPullRefreshState).

## Properties

<div class='sourceset sourceset-common'>Common</div>

```kotlin
val RefreshThreshold = 80.dp
```

If the indicator is below this threshold offset when it is released, a refresh will be
triggered.

<div class='sourceset sourceset-common'>Common</div>

```kotlin
val RefreshingOffset = 56.dp
```

The offset at which the indicator should be rendered whilst a refresh is occurring.