---
title: "LocalFocusManager"
description: "The CompositionLocal that can be used to control focus within Compose."
type: "property"
---

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


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

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


```kotlin
val LocalFocusManager =
staticCompositionLocalOf<FocusManager> { noLocalProvidedFor("LocalFocusManager") }
```


The CompositionLocal that can be used to control focus within Compose.



