bgRed static method

String bgRed(
  1. String text
)

Apply red background

Implementation

static String bgRed(String text) => '$_bgRed$text$_reset';