---
title: "LocalElevationOverlay"
description: "CompositionLocal containing the [ElevationOverlay] used by [Surface] components. Provide `null`
to turn off [ElevationOverlay]s for the children within this CompositionLocal.."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val LocalElevationOverlay: ProvidableCompositionLocal<ElevationOverlay?>
```


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



