extraBold property

TextStyle get extraBold

Extra-bold - FontWeight.w800

Implementation

TextStyle get extraBold => TextStyle(
    fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w800);