hexColor method

VxSelectableTextBuilder hexColor(
  1. String colorHex
)

Set color of the text using hexvalue

Implementation

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