Start native apps faster with the Composables CLI ->
Property

LocalView

The CompositionLocal containing the current Compose View.

Source set: Android
public val LocalView: ProvidableCompositionLocal<View> =
    computedDefaultOf<View>("LocalView") {
        LocalAndroidComposeView.currentValue ?: noLocalProvidedFor("LocalView")
    }

The CompositionLocal containing the current Compose View.