yellow function

String yellow(
  1. String text
)

Implementation

String yellow(String text) => '\x1B[33m$text\x1B[0m';