medium property
TextStyle
get
medium
Applies medium weight.
Implementation
TextStyle get medium => copyWith(fontWeight: FontWeight.w500);
Applies medium weight.
TextStyle get medium => copyWith(fontWeight: FontWeight.w500);