normal method

AzText normal()

Implementation

AzText normal(){
  _fontWeight = FontWeight.normal;
  return this;
}