black static method

String black(
  1. String text
)

Apply black color

Implementation

static String black(String text) => '$_black$text$_reset';