cyan method Null safety

String cyan(
  1. String? text
)

Implementation

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