lightBlue function

String lightBlue(
  1. String text
)

Implementation

String lightBlue(String text) => '\x1B[36m$text\x1B[0m';