secondaryForeground property

TextModifier get secondaryForeground

Implementation

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