blue static method

String blue(
  1. Object text
)

Implementation

static String blue(Object text) {
  return '\x1b[34m$text\x1b[39m';
}