---
title: "rememberRevealState"
description: "Create and [remember] a [RevealState]."
type: "composable"
---

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


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
@Composable
public fun rememberRevealState(initialValue: RevealValue = Covered): RevealState
```


Create and `remember` a `RevealState`.

#### Parameters

| | |
| --- | --- |
| initialValue | The initial value of the `RevealValue`. |





