cadetBlue property

String get cadetBlue

set foreground color to X11/CSS color cadetBlue cadetblue (0x5F9EA0)/rgb(95, 158, 160)

Implementation

String get cadetBlue => (_cache[26] ??= _chalk.cadetBlue)(this);