white method

String white(
  1. String msg
)

Implementation

String white(String msg) {
  return '\x1B[37m$msg\x1B[0m';
}