heightIn
Android
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. |
Sets the minimum and maximum height of the content.
RevenueCat
Add subscriptions to your apps in minutes
public fun RemoteModifier.heightIn(min: RemoteDp? = null, max: RemoteDp? = null): RemoteModifier
Sets the minimum and maximum height of the content.
| min | The minimum height. |
| max | The maximum height. |