ansiHasBackground property
bool
get
ansiHasBackground
Whether the background color in the text changes.
Implementation
bool get ansiHasBackground => backgroundRe.hasMatch(this);
Whether the background color in the text changes.
bool get ansiHasBackground => backgroundRe.hasMatch(this);