hexColor method

VxRichText hexColor(
  1. String colorHex
)

Set color of the text using hexvalue

Implementation

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