dim method Null safety

String dim(
  1. String? text
)

Implementation

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