Color constructor

const Color(
  1. int id, {
  2. bool xterm = false,
  3. bool bright = false,
})

Implementation

const Color(this.id, {this.xterm = false, this.bright = false});