Sets the maximum width of the box.
BoxBuilder maxWidth(int value) { _maxWidth = value; return this; }