color method

VxAnimatedBox color(
  1. Color color
)

Sets the color property of the box.

Implementation

VxAnimatedBox color(Color color) => this..velocityColor = color;