ANSISGRCommand.backgroundColor constructor

ANSISGRCommand.backgroundColor(
  1. int color
)

Traditional background color.

Implementation

factory ANSISGRCommand.backgroundColor(int color) {
  return ANSISGRCommand._('4$color');
}