Source set: Android
val LocalView = staticCompositionLocalOf<View> { noLocalProvidedFor("LocalView") }
The CompositionLocal containing the current Compose View.
The CompositionLocal containing the current Compose View.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
val LocalView = staticCompositionLocalOf<View> { noLocalProvidedFor("LocalView") }
The CompositionLocal containing the current Compose View.
Last updated: