Composable Function

rememberRevealState

Create and remember a RevealState.

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.

Last updated: