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