weight method

Implementation

FxSelectableTextBuilder weight(FontWeight weight) =>
    _fontWeightedText(child: this, weight: weight);