yellow static method

String yellow(
  1. String text
)

Apply yellow color

Implementation

static String yellow(String text) => '$_yellow$text$_reset';