medium property

TextModifier get medium

Applies medium font weight (500).

Implementation

TextModifier get medium => WrappedText(
      style: (context, theme) => theme.typography.medium,
      child: this,
    );