size method

VxAnimatedBox size(
  1. double width,
  2. double height
)

Sets the size (width & height) property of the box.

Implementation

VxAnimatedBox size(double width, double height) => this
  .._width = width
  .._height = height;