primaryForeground property

TextModifier get primaryForeground

Implementation

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