bodyMediumLarge property

TextStyle get bodyMediumLarge

Medium large body text (scaled 16px).

Implementation

TextStyle get bodyMediumLarge =>
    baseTextStyle(16, fontWeight: FontWeight.w500);