dangerColor method

AzText dangerColor()

Implementation

AzText dangerColor(){
  _textColor = AzUtlis().colorDanger;
  return this;
}