bodyMediumExtraLarge property

TextStyle get bodyMediumExtraLarge

Medium extra large body text (scaled 18px).

Implementation

TextStyle get bodyMediumExtraLarge =>
    baseTextStyle(18, fontWeight: FontWeight.w500);