blue method Null safety

String blue(
  1. String? text
)

Implementation

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