lightGrey property

String get lightGrey

set foreground color to X11/CSS color lightGrey         (0xD3D3D3)/rgb(211, 211, 211)

Implementation

String get lightGrey => _chalk.lightGrey(this);