X11Rgb constructor

const X11Rgb(
  1. int red,
  2. int green,
  3. int blue
)

Implementation

const X11Rgb(this.red, this.green, this.blue);