🌈 Create new beautiful Compose Gradients with our new wesite ->
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.

Content updated: