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

LocalConfiguration

The Android Configuration.

Source set: Android
public val LocalConfiguration: ProvidableCompositionLocal<Configuration> =
    if (ComposeUiFlags.isMinimalistLocalsEnabled) {
        compositionLocalWithComputedDefaultOf { LocalContext.currentValue.resources.configuration }
    } else {
        compositionLocalOf { noLocalProvidedFor("LocalConfiguration") }
    }

The Android Configuration. The Configuration is useful for determining how to organize the UI.