bgGreen method Null safety

String bgGreen(
  1. String? text
)

Implementation

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