bold property

FxRichText bold

Implementation

FxRichText get bold =>
    _fontWeightedText(child: this, weight: FontWeight.bold);