onLightBlue property

QuectoStyler get onLightBlue

set background color to X11/CSS color lightBlue lightblue (0xADD8E6)/rgb(173, 216, 230)

Implementation

static QuectoStyler get onLightBlue =>
    _cache[202] ??= QuectoColors.bgRgb(173, 216, 230);