hasForeground property
bool
get
hasForeground
Whether the foreground color in the text changes.
Implementation
bool get hasForeground => foregroundRe.hasMatch(this);
Whether the foreground color in the text changes.
bool get hasForeground => foregroundRe.hasMatch(this);