success constant
ConsoleStyle
const success
Green text with no background.
Implementation
static const success = ConsoleStyle(color: ConsoleColor.green);
Green text with no background.
static const success = ConsoleStyle(color: ConsoleColor.green);