white static method

String white(
  1. String text
)

Apply white color

Implementation

static String white(String text) => '$_white$text$_reset';