width method

VxBox width(
  1. double val
)

Sets the width property of the box.

Implementation

VxBox width(double val) => this.._width = val;