---
title: "safeDrawing"
description: "The insets that include areas where content may be covered by other drawn content. This includes
all [systemBars], [displayCutout], and [ime]."
type: "property"
---

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


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

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


```kotlin
expect val WindowInsets.Companion.safeDrawing: WindowInsets
```


The insets that include areas where content may be covered by other drawn content. This includes
all `systemBars`, `displayCutout`, and `ime`.



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


```kotlin
actual val WindowInsets.Companion.safeDrawing: WindowInsets
```


The insets that include areas where content may be covered by other drawn content. This includes
all `system bars`, `display cutout`, and `soft keyboard`.



