removeForeground method

String removeForeground()

Removes foreground colors in the text.

Implementation

String removeForeground() => replaceAll(foregroundRe, '');