AnsiColor.bg constructor

const AnsiColor.bg(
  1. int? bg
)

Implementation

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