blue static method

String blue(
  1. String text
)

Foreground: bright blue.

Implementation

static String blue(String text) => AnsiColor.BLUE(text);