red function

String red(
  1. String text
)

Implementation

String red(String text) => '\x1B[31m$text\x1B[0m';