textMuted property

TextModifier get textMuted

Applies muted text style with muted color.

Implementation

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