---
title: "LocalTextInputService"
description: "The CompositionLocal to provide communication with platform text input service."
type: "property"
---

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


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

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


> **Deprecated** Use PlatformTextInputModifierNode instead.

```kotlin
val LocalTextInputService = staticCompositionLocalOf<TextInputService?> { null }
```


The CompositionLocal to provide communication with platform text input service.



