antiqueWhite property

String get antiqueWhite

set foreground color to X11/CSS color antiqueWhite antiquewhite (0xFAEBD7)/rgb(250, 235, 215)

Implementation

String get antiqueWhite => (_cache[2] ??= _chalk.antiqueWhite)(this);