bright method Null safety

String bright(
  1. String? text
)

Implementation

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