black method Null safety

String black(
  1. String? text
)

Implementation

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