ANSISGRCommand.backgroundColorBright constructor
ANSISGRCommand.backgroundColorBright(
- int color
Traditional bright background color.
Implementation
factory ANSISGRCommand.backgroundColorBright(int color) {
return ANSISGRCommand._('10$color');
}