invert property

String get invert

invert- alternate for inverse() - Inverse background and foreground colors.

Implementation

String get invert => (_cInvert ??= _chalk.invert)(this);