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

RoundScreen

A DeviceConfigurationOverride that overrides whether the screen is round for the contained content.

RoundScreen

Source set: Android
public fun DeviceConfigurationOverride.Companion.RoundScreen(
    isScreenRound: Boolean
): DeviceConfigurationOverride

A DeviceConfigurationOverride that overrides whether the screen is round for the contained content.

Parameters

isScreenRound if true, render content under test in a round screen.

Return

a DeviceConfigurationOverride that specifies whether the screen is round for the content under test.