---
title: "assertWidthIsAtLeast"
description: "Asserts that the layout of this node has width that is greater than or equal to expectedMinWidth."
type: "function"
lastmod: "2026-06-18T10:32:52.431420Z"
---
## API Reference

### assertWidthIsAtLeast

> Source set: Android

```kotlin
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertWidthIsAtLeast(
    expectedMinWidth: Dp
): SubspaceSemanticsNodeInteraction
```

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

#### Parameters

| | |
| --- | --- |
| expectedMinWidth | The minimum width to assert. |
