bodyBoldExtraLarge property

TextStyle get bodyBoldExtraLarge

Bold extra large body text (scaled 18px).

Implementation

TextStyle get bodyBoldExtraLarge =>
    baseTextStyle(18, fontWeight: FontWeight.w600);