Function

heightIn

Sets the minimum and maximum height of the content.

heightIn

Source set: 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.

Last updated: