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