---
title: "LocalIndication"
description: "CompositionLocal that provides an [Indication] through the hierarchy. This [Indication] will be
used by default to draw visual effects for interactions such as press and drag in components such
as [clickable].

By default this will provide a debug indication, this should always be replaced."
type: "property"
---

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


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

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


```kotlin
val LocalIndication = compositionLocalOf<Indication> { DefaultDebugIndication }
```


CompositionLocal that provides an `Indication` through the hierarchy. This `Indication` will be
used by default to draw visual effects for interactions such as press and drag in components such
as `clickable`.

By default this will provide a debug indication, this should always be replaced.



