defaultColor method

AzText defaultColor()

Implementation

AzText defaultColor(){
  _textColor = AzUtlis().colorDefault;
  return this;
}