success constant
PrintfStyle
const success
Green bold text — success messages.
Implementation
static const success = PrintfStyle(
foreground: Colors.green,
bold: true,
);
Green bold text — success messages.
static const success = PrintfStyle(
foreground: Colors.green,
bold: true,
);