bgCyan method Null safety

String bgCyan(
  1. String? text
)

Implementation

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