yellow method

String yellow (String text)

Implementation

String yellow(String text) => useColors ? "${Colors.YELLOW}${text}${Colors.NONE}" : text;