medium property

TextStyle get medium

Applies medium weight.

Implementation

TextStyle get medium => copyWith(fontWeight: FontWeight.w500);