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

assertWidthIsEqualTo

Asserts that the layout of this node has width equal to expectedWidth.

assertWidthIsEqualTo

Source set: Android
public fun SubspaceSemanticsNodeInteraction.assertWidthIsEqualTo(
    expectedWidth: Dp,
    tolerance: Dp = Dp(.5f),
): SubspaceSemanticsNodeInteraction

Asserts that the layout of this node has width equal to expectedWidth.

Parameters

expectedWidth The width to assert.
tolerance The tolerance within which the values should be treated as equal. Defaults to 0.5.dp.

Throws: AssertionError

if comparison fails.

Content updated: