bold property

TextStyle get bold

Applies bold weight.

Implementation

TextStyle get bold => copyWith(fontWeight: FontWeight.bold);