orange property
String
get
orange
set foreground color to X11/CSS color orange (0xFFA500)/rgb(255, 165, 0)
Implementation
String get orange => (_cache[212] ??= _chalk.orange)(this);
set foreground color to X11/CSS color orange (0xFFA500)/rgb(255, 165, 0)
String get orange => (_cache[212] ??= _chalk.orange)(this);