bold property

TextStyle get bold

Implementation

TextStyle get bold => copyWith(
      fontWeight: FontWeight.w700,
      fontVariations: [
        const FontVariation.weight(700),
      ],
    );