width
Constrains the width 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 height policy unchanged.
Return
this chain with one appended width modifier.
Parameters
width
the requested non-negative width.
Throws
when width is negative.