CircularArea({required Point m, required double r}) : super(points: [m, Point(m.x, (m.y + r))]) { _r = r; }