green static method

String green(
  1. String text
)

Apply green color

Implementation

static String green(String text) => '$_green$text$_reset';