reverse method

TextStyle reverse()

Create reversed text style (swap fg/bg)

Implementation

TextStyle reverse() => copyWith(attributes: attributes | Attr.reverse);