lightBlue property

QuectoStyler get lightBlue

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

Implementation

static QuectoStyler get lightBlue =>
    _cache[201] ??= QuectoColors.rgb(173, 216, 230);