fontWeight method

TextBuilder fontWeight(
  1. FontWeight weight
)

Implementation

TextBuilder fontWeight(FontWeight weight) {
  _fontWeight = weight;
  return this;
}