CircleLayer constructor

CircleLayer(
  1. CircleLayerOptions circleOpts,
  2. MapState map,
  3. Stream<Null>? stream
)

Implementation

CircleLayer(this.circleOpts, this.map, this.stream)
    : super(key: circleOpts.key);