Compose Unstyled 2.0 is out! Check the official announcement blog ->
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: