---
title: "PullToRefreshState"
description: "Creates a [PullToRefreshState].

Note that in most cases, you are advised to use [rememberPullToRefreshState] when in composition."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
@JsName("funPullToRefreshState")
fun PullToRefreshState(): PullToRefreshState
```


Creates a `PullToRefreshState`.

Note that in most cases, you are advised to use `rememberPullToRefreshState` when in composition.



