underline property

PdfTextMarkupAnnotationSettings underline
getter/setter pair

Gets or sets the default settings for underline annotations. The default color is green.

Implementation

PdfTextMarkupAnnotationSettings underline = PdfTextMarkupAnnotationSettings()
  ..color = Colors.green;