bgRed method Null safety

String bgRed(
  1. String? text
)

Implementation

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