wrapBlue function

String wrapBlue(
  1. String text
)

Implementation

String wrapBlue(final String text) {
  return '\x1B[34m$text\x1B[0m';
}