🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalElevationOverlay

CompositionLocal containing the ElevationOverlay used by Surface components.

Source set: Common
public val LocalElevationOverlay: ProvidableCompositionLocal<ElevationOverlay?> =
    staticCompositionLocalOf {
        DefaultElevationOverlay
    }

CompositionLocal containing the ElevationOverlay used by Surface components. Provide null to turn off ElevationOverlays for the children within this CompositionLocal..