primaryColor method

AzText primaryColor()

Implementation

AzText primaryColor(){
  _textColor = AzUtlis().colorPrimary;
  return this;
}