NoteAnnotationConfiguration constructor

NoteAnnotationConfiguration(
  1. Color? color,
  2. String? iconName
)

Implementation

NoteAnnotationConfiguration(this.color, this.iconName);