hexColor method

VelocityXTextSpan hexColor(
  1. String colorHex
)

Set color of the text using hexvalue

Implementation

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