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.