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