Source set: Android
val LocalView = staticCompositionLocalOf<View> { noLocalProvidedFor("LocalView") }
The CompositionLocal containing the current Compose View.
The CompositionLocal containing the current Compose View.
val LocalView = staticCompositionLocalOf<View> { noLocalProvidedFor("LocalView") }
The CompositionLocal containing the current Compose View.
Last updated: