<h2 id="heightin-min-max">heightIn</h2>

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

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

Sets the minimum and maximum height of the content.

#### Parameters

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