bodyBoldLarge property

TextStyle get bodyBoldLarge

Bold large body text (scaled 16px).

Implementation

TextStyle get bodyBoldLarge => baseTextStyle(16, fontWeight: FontWeight.w600);