ANSISGRCommand.foregroundColor constructor
ANSISGRCommand.foregroundColor(
- int color
Traditional foreground color
Implementation
factory ANSISGRCommand.foregroundColor(int color) {
return ANSISGRCommand._('3$color');
}