weight method

RichTextBuilder weight(
  1. FontWeight weight
)

Implementation

RichTextBuilder weight(FontWeight weight) {
  return this.._temp = _tmpStyle.copyWith(fontWeight: weight);
}