<h2 id="widthin-min-max">widthIn</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun RemoteModifier.widthIn(min: RemoteDp? = null, max: RemoteDp? = null): RemoteModifier
```

Sets the minimum and maximum width of the content.

#### Parameters

| | |
| --- | --- |
| min | The minimum width. |
| max | The maximum width. |