visible property
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 => _chalk.visible(this);
visible - Prints the text only when Chalk has a color level > 0. Can be useful for things that are purely cosmetic.
String get visible => _chalk.visible(this);