🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalLocale

The CompositionLocal to provide the locale.

Source set: Common
public val LocalLocale: CompositionLocal<Locale> = compositionLocalWithComputedDefaultOf {
    LocalLocaleList.currentValue.first()
}

The CompositionLocal to provide the locale.

Content updated: