---
title: "insetsWatcher"
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Android

```kotlin
val insetsWatcher =
        if (AndroidComposeUiFlags.isDelayedWindowInsetsRulersEnabled) {
            WindowInsetsWatcher(this)
        } else {
            null
        }
```
