skyBlue property

String get skyBlue

set foreground color to X11/CSS color skyBlue skyblue (0x87CEEB)/rgb(135, 206, 235)

Implementation

String get skyBlue => (_cache[262] ??= _chalk.skyBlue)(this);