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

disableWindowInsetsRulers

Used to disable androidx.compose.ui.layout.WindowInsetsRulers.

disableWindowInsetsRulers

Source set: Android
public fun ComposeView.Companion.disableWindowInsetsRulers()

Used to disable androidx.compose.ui.layout.WindowInsetsRulers. This can be used when UI never reads WindowInsets across all ComposeViews to reduce the overhead of requesting WindowInsets updates. Only call this when no ComposeViews will ever need to handle insets over the lifetime of the application. This should be called before the first ComposeView is created.