color method

TextBuilder color(
  1. Color color
)

Implementation

TextBuilder color(Color color) {
  _color = color;
  return this;
}