ANSISGRCommand.foregroundColorPalette constructor
ANSISGRCommand.foregroundColorPalette(
- int color
Palette foreground color
Implementation
factory ANSISGRCommand.foregroundColorPalette(int color) {
return ANSISGRCommand._('38;5;$color');
}