hexColor method

VxTextBuilder hexColor(
  1. String colorHex
)

Set color of the text using hexvalue

Implementation

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