---
title: "waterfall"
description: "The insets for the curved areas in a waterfall display."
type: "property"
---

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


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

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


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


The insets for the curved areas in a waterfall display.



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


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


The insets for the curved areas in a waterfall display.



