AnnotationCircle constructor
      
      AnnotationCircle({})
     
    
    
Implementation
AnnotationCircle({
  this.color,
  this.interiorColor,
  this.border,
  this.author,
  this.date,
  this.subject,
  this.content,
  this.replaces,
});AnnotationCircle({
  this.color,
  this.interiorColor,
  this.border,
  this.author,
  this.date,
  this.subject,
  this.content,
  this.replaces,
});