red method

String red (String text)

Implementation

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