---
title: "safeContent"
description: "The insets that include all areas that may be drawn over or have gesture confusion, including
everything in [safeDrawing] and [safeGestures]."
type: "property"
---

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


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

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


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


The insets that include all areas that may be drawn over or have gesture confusion, including
everything in `safeDrawing` and `safeGestures`.



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


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


The insets that include all areas that may be drawn over or have gesture confusion, including
everything in `safeDrawing` and `safeGestures`.



