warningColor method

AzText warningColor()

Implementation

AzText warningColor(){
  _textColor = AzUtlis().colorWarning;
  return this;
}