Property

LocalView

The CompositionLocal containing the current Compose View.

Source set: Android
val LocalView = staticCompositionLocalOf<View> { noLocalProvidedFor("LocalView") }

The CompositionLocal containing the current Compose View.

Last updated: