medium property

Text medium

Sets fontWeight to FontWeight.w500

Implementation

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