CircleLayer constructor
CircleLayer(
- CircleLayerOptions circleOpts,
- MapState map,
- Stream<
Null> ? stream
Implementation
CircleLayer(this.circleOpts, this.map, this.stream)
: super(key: circleOpts.key);