CPDFAnnotAttr.highlight constructor

const CPDFAnnotAttr.highlight({
  1. Color color = const Color(0xFF1460F3),
  2. int alpha = 77,
})

Implementation

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