orange property

String get orange

set foreground color to X11/CSS color orange orange (0xFFA500)/rgb(255, 165, 0)

Implementation

String get orange => (_cache[212] ??= _chalk.orange)(this);