hexColor method

VxAnimatedBox hexColor(
  1. String colorHex
)

Sets the color property of the box using the hex color value.

Implementation

VxAnimatedBox hexColor(String colorHex) =>
    this..velocityColor = Vx.hexToColor(colorHex);