ProvideNudgeState

fun ProvideNudgeState(state: NudgeState, content: @Composable () -> Unit)

Provides a NudgeState to the Compose hierarchy.

Parameters

state

The NudgeState to provide.

content

The content that will have access to the provided NudgeState.