🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

insetsWatcher

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

Content updated: