fireBrick property

String get fireBrick

set foreground color to X11/CSS color fireBrick firebrick (0xB22222)/rgb(178, 34, 34)

Implementation

String get fireBrick => (_cache[90] ??= _chalk.fireBrick)(this);