Color constructor

const Color(
  1. int r,
  2. int g,
  3. int b
)

Implementation

const Color(this.r, this.g, this.b);