Composables UI is out: our new component library for Compose Multiplatform ->
Property

LocalState

Local view state, defined in surface implementation.

Source set: Android
public val LocalState: ProvidableCompositionLocal<Any?>

Local view state, defined in surface implementation. A customizable store for view specific state data.

Last updated: