success constant

PrintfStyle const success

Green bold text — success messages.

Implementation

static const success = PrintfStyle(
  foreground: Colors.green,
  bold: true,
);