---
title: "displayCutout"
description: "This [WindowInsets] represents the area with the display cutout (e.g. for camera)."
type: "property"
---

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


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

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


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


This `WindowInsets` represents the area with the display cutout (e.g. for camera).



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


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


For the `WindowInsetsCompat.Type.displayCutout`. This insets represents the area that the display
cutout (e.g. for camera) is and important content should be excluded from.



