bold property

TextStyle bold

Bold - FontWeight.bold - FontWeight.w700

Implementation

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