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