white static method

String white(
  1. String text
)

Foreground: bright white.

Implementation

static String white(String text) => AnsiColor.WHITE(text);