remember Style Import Interactions State
inline fun rememberStyleImportInteractionsState(crossinline init: StyleImportInteractionsState.() -> Unit = {}): StyleImportInteractionsState
Convenient method to create a StyleImportInteractionsState and remember it with the init block.
Return
Parameters
init
the initialization block applied to the StyleImportInteractionsState after it is created and remembered.