bgYellow method Null safety

String bgYellow(
  1. String? text
)

Implementation

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