---
title: "assertWidthIsAtLeast"
description: "Asserts that the layout of this node has width that is greater than or equal to
[expectedMinWidth]."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun SemanticsNodeInteraction.assertWidthIsAtLeast(expectedMinWidth: Dp): SemanticsNodeInteraction
```


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



