gray function

String gray(
  1. String text
)

Implementation

String gray(String text) => '\x1B[30m$text\x1B[0m';