fw method

AzText fw(
  1. FontWeight fontWeight
)

Implementation

AzText fw(FontWeight fontWeight){
  _fontWeight = fontWeight;
  return this;
}