rememberStandardStyleState

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

Create and remember a StandardStyleState with init block.

Return

StandardStyleState

Parameters

init

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