lightSkyBlue property

String get lightSkyBlue

set foreground color to X11/CSS color lightSkyBlue lightskyblue (0x87CEFA)/rgb(135, 206, 250)

Implementation

String get lightSkyBlue => (_cache[156] ??= _chalk.lightSkyBlue)(this);