width method

VxAnimatedBox width(
  1. double val
)

Sets the width property of the box.

Implementation

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