bold property

TextStyle get bold

Implementation

TextStyle get bold => TextStyle(fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w700);