Sets the height and width as square of the box.
VxBox square(double val) => this .._width = val .._height = val;