ANSISGRCommand.backgroundColorBright constructor

ANSISGRCommand.backgroundColorBright(
  1. int color
)

Traditional bright background color.

Implementation

factory ANSISGRCommand.backgroundColorBright(int color) {
  return ANSISGRCommand._('10$color');
}