lightGray property
String
get
lightGray
set foreground color to X11/CSS color lightGray (0xD3D3D3)/rgb(211, 211, 211)
Implementation
String get lightGray => (_cache[144] ??= _chalk.lightGray)(this);
set foreground color to X11/CSS color lightGray (0xD3D3D3)/rgb(211, 211, 211)
String get lightGray => (_cache[144] ??= _chalk.lightGray)(this);