color method

Set color of the text

Implementation

VxSelectableTextBuilder color(Color color) {
  velocityColor = color;
  return this;
}