icon property

Gets the icon style of the annotation.

Implementation

PdfPopupIcon get icon => _helper.icon;
void icon=(PdfPopupIcon value)

Sets the icon style of the annotation.

Implementation

set icon(PdfPopupIcon value) {
  _helper.icon = value;
}