Source set: Android
public val LocalState: ProvidableCompositionLocal<Any?> = compositionLocalOf<Any?> { null }
Local view state, defined in surface implementation. A customizable store for view specific state data.
Local view state, defined in surface implementation.
public val LocalState: ProvidableCompositionLocal<Any?> = compositionLocalOf<Any?> { null }
Local view state, defined in surface implementation. A customizable store for view specific state data.