onLightSkyBlue property

String get onLightSkyBlue

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

Implementation

String get onLightSkyBlue => (_cache[157] ??= _chalk.onLightSkyBlue)(this);