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