white function

String white(
  1. String text
)

Implementation

String white(String text) => '\x1B[37m$text\x1B[0m';