VtRenderColors constructor
- required VtRgbColor background,
- required VtRgbColor foreground,
- required VtRgbColor? cursor,
- required List<
VtRgbColor> palette,
Implementation
const VtRenderColors({
required this.background,
required this.foreground,
required this.cursor,
required this.palette,
});