mostThick property

TextStyle get mostThick

The most thick - FontWeight.w900

Implementation

TextStyle get mostThick => TextStyle(
    fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w900);