error constant
PrintfStyle
const error
Red bold text — errors.
Implementation
static const error = PrintfStyle(
foreground: Colors.red,
bold: true,
);
Red bold text — errors.
static const error = PrintfStyle(
foreground: Colors.red,
bold: true,
);