bgBlue static method

String bgBlue(
  1. String text
)

Apply blue background

Implementation

static String bgBlue(String text) => '$_bgBlue$text$_reset';