ANSISGRCommand.backgroundColor constructor
ANSISGRCommand.backgroundColor(
- int color
Traditional background color.
Implementation
factory ANSISGRCommand.backgroundColor(int color) {
return ANSISGRCommand._('4$color');
}