bgBlue method Null safety

String bgBlue(
  1. String? text
)

Implementation

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