color method

VxBox color(
  1. Color color
)

Sets the color property of the box.

Implementation

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