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

LocalProvidableLocaleList

The providable CompositionLocal to provide the locale list.

Source set: Common
public val LocalProvidableLocaleList: ProvidableCompositionLocal<LocaleList> =
    computedDefaultOf("LocalProvidableLocaleList") { LocalOwner.currentValue.localeList }

The providable CompositionLocal to provide the locale list. This list can never be empty.

Content updated: