Source set: Common
public class CompositionLocalContext internal constructor(internal val compositionLocals: PersistentCompositionLocalMap)
Stores CompositionLocal's and their values.
Can be obtained via currentCompositionLocalContext and passed to another composition via CompositionLocalProvider.
CompositionLocalContext is immutable and won't be changed after its obtaining.
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int