bgPurple method Null safety

String bgPurple(
  1. String? text
)

Implementation

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