visible property

String get visible

visible - Prints the text only when Chalk has a color level > 0. Can be useful for things that are purely cosmetic.

Implementation

String get visible => (_cVisible ??= _chalk.visible)(this);