removeBackground method

String removeBackground()

Removes background colors in the text.

Implementation

String removeBackground() => replaceAll(backgroundRe, '');