AnsiColor.bg constructor

AnsiColor.bg(
  1. int? bg
)

Implementation

AnsiColor.bg(this.bg)
    : fg = null,
      color = true;