Source set: Android
val insetsWatcher =
if (AndroidComposeUiFlags.isDelayedWindowInsetsRulersEnabled) {
WindowInsetsWatcher(this)
} else {
null
}val insetsWatcher =
if (AndroidComposeUiFlags.isDelayedWindowInsetsRulersEnabled) {
WindowInsetsWatcher(this)
} else {
null
}Content updated: