gray static method

String gray(
  1. String text
)

Apply gray color

Implementation

static String gray(String text) => '$_gray$text$_reset';