medium property

Text get medium

Sets font weight to medium (w500)

Implementation

Text get medium =>
    _copyWith(style: const TextStyle(fontWeight: FontWeight.w500));