red static method

String red(
  1. String text
)

Apply red color

Implementation

static String red(String text) => '$_red$text$_reset';