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