bodyBoldMedium property

TextStyle get bodyBoldMedium

Bold medium body text (scaled 14px).

Implementation

TextStyle get bodyBoldMedium =>
    baseTextStyle(14, fontWeight: FontWeight.w600);