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

WindowInsets

A DeviceConfigurationOverride that overrides the window insets for the contained content.

WindowInsets

Source set: Android
public fun DeviceConfigurationOverride.Companion.WindowInsets(
    windowInsets: WindowInsetsCompat
): DeviceConfigurationOverride

A DeviceConfigurationOverride that overrides the window insets for the contained content.

Parameters

windowInsets the WindowInsetsCompat to render the content under test in.

Return

a DeviceConfigurationOverride that specifies the window insets for the content under test.