gray property

String get gray

set foreground color to ANSI color gray (brightBlack) gray (0x888888)/rgb(136, 136, 136)

Implementation

String get gray => QuectoColors.gray(this);