medium property
Text
get
medium
Sets font weight to medium (w500)
Implementation
Text get medium =>
_copyWith(style: const TextStyle(fontWeight: FontWeight.w500));
Sets font weight to medium (w500)
Text get medium =>
_copyWith(style: const TextStyle(fontWeight: FontWeight.w500));