---
title: "safeGestures"
description: "The insets that include areas where gestures may be confused with other input, including
[systemGestures], [mandatorySystemGestures], [waterfall], and [tappableElement]."
type: "property"
---

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


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

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


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


The insets that include areas where gestures may be confused with other input, including
`systemGestures`, `mandatorySystemGestures`, `waterfall`, and `tappableElement`.



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


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


The insets that include areas where gestures may be confused with other input, including
`system gestures`, `mandatory system gestures`,
`rounded display areas`, and `tappable areas`.



