foreground method
Returns a copy of this style with the given color
as the foreground color.
Implementation
TextComponentStyle foreground(AnsiColorType color) => copyWith(color: color);
Returns a copy of this style with the given color
as the foreground color.
TextComponentStyle foreground(AnsiColorType color) => copyWith(color: color);