Function

heightIn

Sets the minimum and maximum height of the content.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

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.