secondaryColor method

AzText secondaryColor()

Implementation

AzText secondaryColor(){
  _textColor = AzUtlis().colorSecondary;
  return this;
}