stickyNote property

PdfStickyNoteAnnotationSettings stickyNote
getter/setter pair

Gets or sets the default settings for sticky note annotations. The default color is yellow. Default icon is Comment

Implementation

PdfStickyNoteAnnotationSettings stickyNote =
    PdfStickyNoteAnnotationSettings()
      ..color = Colors.yellow
      ..icon = PdfStickyNoteIcon.comment;