Circle constructor

const Circle(
  1. Coord center,
  2. num radius
)

Implementation

const Circle(this.center, this.radius);