Circle constructor

Circle(
  1. double time,
  2. double percent,
  3. Color color
)

Implementation

Circle(this.time, this.percent, this.color);