remember Gestures State
inline fun rememberGesturesState(key: String? = null, crossinline init: GesturesState.() -> Unit = {}): GesturesState
Create and remember a GesturesState with init block.
Return
Parameters
init
the initialization block to be applied to the GesturesState after created and remembered.