Dot constructor

const Dot(
  1. double radius,
  2. Color color
)

Implementation

const Dot(this.radius, this.color);