rememberSaveable

fun rememberSaveable(): MutableState<Float>

Returns a rememberSaveable state that will survive across configuration changes.

Sources

androidJvm source
Link copied to clipboard