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

assertHeightIsAtLeast

Asserts that the layout of this node has height that is greater than or equal to expectedMinHeight.

assertHeightIsAtLeast

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertHeightIsAtLeast(
    expectedMinHeight: Dp
): SubspaceSemanticsNodeInteraction

Asserts that the layout of this node has height that is greater than or equal to expectedMinHeight.

Parameters

expectedMinHeight The minimum height to assert.

Last updated: