We just launched Compose Examples featuring over 150+ components! Check it out →

heightIn

Common

Modifier in Compose Foundation Layout

Last updated:

Installation

dependencies {
   implementation("androidx.compose.foundation:foundation-layout:1.8.0-alpha01")
}

Overloads

@Stable
fun Modifier.heightIn(min: Dp = Dp.Unspecified, max: Dp = Dp.Unspecified)
by @alexstyl