heightIn

fun Modifier.heightIn(min: CssSize? = null, max: CssSize? = null): Modifier(source)

Constrain the height of the component to be between min and max.