rememberStyleImportState

@Composable
inline fun rememberStyleImportState(crossinline init: StyleImportState.() -> Unit = {}): StyleImportState

Create and remember a StyleImportState with init block.

Return

StyleImportState

Parameters

init

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