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