heightIn
Constrains the height to an independently clamped inclusive range. A requested range disjoint from its parent range is pinned to the nearest parent boundary. Int.MAX_VALUE remains an unbounded maximum, and the new behavior is appended inside the existing modifier chain.
Return
this chain with one appended height-range modifier.
Parameters
min
the non-negative requested minimum height.
max
the requested maximum height.