rememberStyleState

inline fun rememberStyleState(crossinline init: StyleState.() -> Unit = {}): StyleState

Create and remember a StyleState with init block.

Return

StyleState

Parameters

init

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