white method Null safety

String white(
  1. String? text
)

Implementation

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