CPDFAnnotAttr.strikeout constructor
Implementation
const CPDFAnnotAttr.strikeout(
{Color color = const Color(0xFF1460F3), int alpha = 77})
: this(
annotationType: CPDFAnnotationType.highlight,
color: color,
alpha: alpha);