---
title: "LocalViewConfiguration"
description: "The CompositionLocal that provides the ViewConfiguration."
type: "property"
---

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


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

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


```kotlin
val LocalViewConfiguration =
staticCompositionLocalOf<ViewConfiguration> { noLocalProvidedFor("LocalViewConfiguration") }
```


The CompositionLocal that provides the ViewConfiguration.



