Annotation constructor

Annotation({
  1. int? layer,
})

Creates an annotation.

Implementation

Annotation({
  this.layer,
});