bold property

TextStyle get bold

Bold - FontWeight.bold - FontWeight.w700

Implementation

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