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


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

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


```kotlin
@ExperimentalLayoutApi
class MutableWindowInsets(initialInsets: WindowInsets = WindowInsets(0, 0, 0, 0)) : WindowInsets
```


A `WindowInsets` whose values can change without changing the instance. This is useful to avoid
recomposition when `WindowInsets` can change.


Note: This API as experimental since it doesn't enforce the right consumption patterns.


## Properties

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


```kotlin
var insets
```


The `WindowInsets` that are used for `left`, `top`, `right`, and
`bottom` values.