warning constant
ConsoleStyle
const warning
Yellow text with no background.
Implementation
static const warning = ConsoleStyle(color: ConsoleColor.yellow);
Yellow text with no background.
static const warning = ConsoleStyle(color: ConsoleColor.yellow);