bold property

TextStyle get bold

Creates a bold version.

Implementation

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