height method

VxAnimatedBox height(
  1. double val
)

Sets the height property of the box.

Implementation

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