highlight property
Gets or sets the default settings for highlight annotations. The default color is yellow
Implementation
PdfTextMarkupAnnotationSettings highlight =
PdfTextMarkupAnnotationSettings()..color = Colors.yellow;
Gets or sets the default settings for highlight annotations. The default color is yellow
PdfTextMarkupAnnotationSettings highlight =
PdfTextMarkupAnnotationSettings()..color = Colors.yellow;