brown property

String get brown

set foreground color to X11/CSS color brown brown (0xA52A2A)/rgb(165, 42, 42)

Implementation

String get brown => (_cache[22] ??= _chalk.brown)(this);