reverse property

bool? reverse
final

Indicates whether the text should be printed in reverse.

reverse is a boolean flag. If set to true, the text will be printed in reverse mode (white text on a black background). This is useful for creating highlighted sections or drawing attention to specific text.

Default value is false.

Implementation

final bool? reverse;