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