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