reverse method
Create reversed text style (swap fg/bg)
Implementation
TextStyle reverse() => copyWith(attributes: attributes | Attr.reverse);
Create reversed text style (swap fg/bg)
TextStyle reverse() => copyWith(attributes: attributes | Attr.reverse);