strikethrough property

PdfTextMarkupAnnotationSettings strikethrough
getter/setter pair

Gets or sets the default settings for strikethrough annotations. The default color is red.

Implementation

PdfTextMarkupAnnotationSettings strikethrough =
    PdfTextMarkupAnnotationSettings()..color = Colors.red;