warning constant

PrintfStyle const warning

Orange bold text — warnings.

Implementation

static const warning = PrintfStyle(
  foreground: Colors.orange,
  bold: true,
);