medium property

TextStyle get medium

Implementation

TextStyle get medium =>
    Theme.of(context).textTheme.headline5 ?? const TextStyle();