innerColor property

PdfColor innerColor

Gets the inner color of the annotation.

Implementation

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

Sets the inner color of the annotation.

Implementation

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