blue static method

String blue(
  1. String text
)

Apply blue color

Implementation

static String blue(String text) => '$_blue$text$_reset';