---
title: "LocalTextToolbar"
description: "The CompositionLocal to provide text-related toolbar."
type: "property"
---

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


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

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


```kotlin
val LocalTextToolbar =
staticCompositionLocalOf<TextToolbar> { noLocalProvidedFor("LocalTextToolbar") }
```


The CompositionLocal to provide text-related toolbar.



