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

assertWidthIsAtLeast

Asserts that the layout of this node has width that is greater than or equal to expectedMinWidth.

assertWidthIsAtLeast

Source set: Common
fun SemanticsNodeInteraction.assertWidthIsAtLeast(expectedMinWidth: Dp): SemanticsNodeInteraction

Asserts that the layout of this node has width that is greater than or equal to expectedMinWidth.

Last updated: