remember Style Import State
inline fun rememberStyleImportState(crossinline init: StyleImportState.() -> Unit = {}): StyleImportState
Create and remember a StyleImportState with init block.
Return
Parameters
init
the initialization block to be applied to the StyleImportState after created and remembered.