foreground property

TextModifier get foreground

Implementation

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