color method

VxTextBuilder color(
  1. Color? color
)

Set color of the text

Implementation

VxTextBuilder color(Color? color) {
  velocityColor = color;
  return this;
}