hidden property
String
get
hidden
hidden - Prints the text, but makes it invisible. (still copy and pasteable)
Implementation
String get hidden => (_cHidden ??= _chalk.hidden)(this);
hidden - Prints the text, but makes it invisible. (still copy and pasteable)
String get hidden => (_cHidden ??= _chalk.hidden)(this);