color method

AzText color(
  1. Color color
)

Implementation

AzText color(Color color){
  _textColor = color;
  return this;
}