darkColor method

AzText darkColor()

Implementation

AzText darkColor(){
  _textColor = AzUtlis().colorDark;
  return this;
}