blue function

String blue(
  1. String text
)

Implementation

String blue(String text) => '\x1B[34m$text\x1B[0m';