gray static method

String gray(
  1. String text
)

Foreground: gray (mapped to white).

Implementation

static String gray(String text) => AnsiColor.GRAY(text);