magenta static method

String magenta(
  1. String text
)

Implementation

static String magenta(String text) => '$_magenta$text$_reset';