Sets the minimum width of the box.
BoxBuilder minWidth(int value) { _minWidth = value; return this; }