warning constant
PrintfStyle
const warning
Orange bold text — warnings.
Implementation
static const warning = PrintfStyle(
foreground: Colors.orange,
bold: true,
);
Orange bold text — warnings.
static const warning = PrintfStyle(
foreground: Colors.orange,
bold: true,
);