LiveIconColor constructor

LiveIconColor(
  1. String hex,
  2. int r,
  3. int g,
  4. int b,
)

Implementation

LiveIconColor(this.hex, this.r, this.g, this.b);