error constant

PrintfStyle const error

Red bold text — errors.

Implementation

static const error = PrintfStyle(
  foreground: Colors.red,
  bold: true,
);