remember Style Interaction States
inline fun rememberStyleInteractionStates(crossinline init: StyleInteractionsState.() -> Unit = {}): StyleInteractionsState
Convenient method to create a StyleInteractionsState and remember it with the init block.
Return
Parameters
init
the initialization block applied to the StyleInteractionsState after it is created and remembered.