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