CircleAnnotation constructor
CircleAnnotation({})
Implementation
CircleAnnotation({
required this.id,
required this.geometry,
this.circleSortKey,
this.circleBlur,
this.circleColor,
this.circleOpacity,
this.circleRadius,
this.circleStrokeColor,
this.circleStrokeOpacity,
this.circleStrokeWidth,
this.isDraggable,
});