darkRed static method

String darkRed(
  1. String text
)

Foreground: dark red.

Implementation

static String darkRed(String text) => AnsiColor.DARK_RED(text);