---
title: "LocalRippleTheme"
description: "CompositionLocal used for providing [RippleTheme] down the tree.

See [RippleTheme.defaultRippleColor] and [RippleTheme.defaultRippleAlpha] functions for the
default implementations for color and alpha."
type: "property"
---

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


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

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


> **Deprecated** RippleThemeDeprecationMessage

```kotlin
public val LocalRippleTheme: ProvidableCompositionLocal<RippleTheme>
```


CompositionLocal used for providing `RippleTheme` down the tree.

See `RippleTheme.defaultRippleColor` and `RippleTheme.defaultRippleAlpha` functions for the
default implementations for color and alpha.



