ColorValue constructor

const ColorValue(
  1. double r,
  2. double g,
  3. double b,
  4. double a,
)

Implementation

const ColorValue(this.r, this.g, this.b, this.a);