icon property
PdfPopupIcon
get
icon
Gets the icon style of the annotation.
Implementation
PdfPopupIcon get icon => _helper.icon;
set
icon
(PdfPopupIcon value)
Sets the icon style of the annotation.
Implementation
set icon(PdfPopupIcon value) {
_helper.icon = value;
}