innerColor property

PdfColor get innerColor

Gets the inner color of the annotation.

Implementation

PdfColor get innerColor => _helper.innerColor;
set innerColor (PdfColor value)

Sets the inner color of the annotation.

Implementation

set innerColor(PdfColor value) {
  _helper.innerColor = value;
}