muted property

TextModifier get muted

Implementation

TextModifier get muted => WrappedText(
      style: (context, theme) => TextStyle(
        color: theme.colorScheme.mutedForeground,
      ),
      child: this,
    );