medium property

TextModifier get medium

Implementation

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