Composables UI is out: our new component library for Compose Multiplatform ->
Property

LocalContext

Provides a Context that can be used by Android applications.

Source set: Android
val LocalContext = staticCompositionLocalOf<Context> { noLocalProvidedFor("LocalContext") }

Provides a Context that can be used by Android applications.

Last updated: