color method

RichTextBuilder color(
  1. Color color
)

Implementation

RichTextBuilder color(Color color) {
  return this.._temp = _tmpStyle.copyWith(color: color);
}