highlight property

PdfTextMarkupAnnotationSettings highlight
getter/setter pair

Gets or sets the default settings for highlight annotations. The default color is yellow

Implementation

PdfTextMarkupAnnotationSettings highlight = PdfTextMarkupAnnotationSettings()
  ..color = Colors.yellow;