Compose Unstyled 2.0 is out! Check the official announcement blog ->
Property

LocalConfiguration

The Android Configuration.

Source set: Android
val LocalConfiguration =
compositionLocalOf<Configuration> { noLocalProvidedFor("LocalConfiguration") }

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

Last updated: