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