debug constant
PrintfStyle
const debug
Grey italic text — debug noise.
Implementation
static const debug = PrintfStyle(
foreground: Colors.grey,
italic: true,
);
Grey italic text — debug noise.
static const debug = PrintfStyle(
foreground: Colors.grey,
italic: true,
);