height
Constrains the height to an exact requested size after clamping it into the parent constraints. The new behavior is appended inside the existing modifier chain and leaves the width policy unchanged.
Return
this chain with one appended height modifier.
Parameters
height
the requested non-negative height.
Throws
when height is negative.