hexColor method

VxBox hexColor(
  1. String colorHex
)

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

Implementation

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