fontWeight method

VxTextBuilder fontWeight(
  1. FontWeight weight
)

Set FontWeight for the text

Implementation

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