---
title: "statusBarsIgnoringVisibility"
description: "The insets that [WindowInsetsCompat.Type.statusBars] will consume if shown. If the status bar can
never be shown, then this will be empty."
type: "property"
---

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


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

<div class='sourceset sourceset-android'>Android</div>


```kotlin
@ExperimentalLayoutApi
val WindowInsets.Companion.statusBarsIgnoringVisibility: WindowInsets
```


The insets that `WindowInsetsCompat.Type.statusBars` will consume if shown. If the status bar can
never be shown, then this will be empty.



