brightRed static method

String brightRed(
  1. String text
)

Apply bright red color

Implementation

static String brightRed(String text) => '$_brightRed$text$_reset';