CircleRegion constructor

const CircleRegion(
  1. LatLng center,
  2. double radius
)

A geographically circular region based off a center coord and radius

It can be converted to a:

Implementation

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