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

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

This [WindowInsets](/jetpack-compose/androidx.compose.foundation/foundation-layout/interfaces/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](/jetpack-compose/androidx.compose.foundation/foundation-layout/properties/displayCutout). This insets represents the area that the display
cutout (e.g. for camera) is and important content should be excluded from.