rememberRevealState
Source set: Android
@Composable
public fun rememberRevealState(initialValue: RevealValue = Covered): RevealState
Create and remember a RevealState.
Parameters
| initialValue | The initial value of the RevealValue. |
Create and remember a RevealState.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
public fun rememberRevealState(initialValue: RevealValue = Covered): RevealState
Create and remember a RevealState.
| initialValue | The initial value of the RevealValue. |
Last updated: