bold method

AzText bold()

Implementation

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