height method

VxBox height(
  1. double val
)

Sets the height property of the box.

Implementation

VxBox height(double val) => this.._height = val;