Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

assertDepthIsAtLeast

Asserts that the layout of this node has depth that is greater than or equal to expectedMinDepth.

assertDepthIsAtLeast

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertDepthIsAtLeast(
    expectedMinDepth: Dp
): SubspaceSemanticsNodeInteraction

Asserts that the layout of this node has depth that is greater than or equal to expectedMinDepth.

Parameters

expectedMinDepth The minimum depth to assert.

Last updated: