lightGray property

String get lightGray

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

Implementation

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