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