---
title: "LocalSoftwareKeyboardController"
description: "The [CompositionLocal] to provide a [SoftwareKeyboardController] that can control the current
software keyboard.

Will be null if the software keyboard cannot be controlled."
type: "property"
---

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


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

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


```kotlin
val LocalSoftwareKeyboardController = staticCompositionLocalOf<SoftwareKeyboardController?> { null }
```


The `CompositionLocal` to provide a `SoftwareKeyboardController` that can control the current
software keyboard.

Will be null if the software keyboard cannot be controlled.



