debug constant

PrintfStyle const debug

Grey italic text — debug noise.

Implementation

static const debug = PrintfStyle(
  foreground: Colors.grey,
  italic: true,
);