rememberGesturesState

@Composable
inline fun rememberGesturesState(key: String? = null, crossinline init: GesturesState.() -> Unit = {}): GesturesState

Create and remember a GesturesState with init block.

Return

GesturesState

Parameters

init

the initialization block to be applied to the GesturesState after created and remembered.