CPDFAnnotAttr.ink constructor
const
CPDFAnnotAttr.ink({})
Implementation
const CPDFAnnotAttr.ink(
{Color color = const Color(0xFF1460F3),
int alpha = 100,
int borderWidth = 10})
: this(
annotationType: CPDFAnnotationType.ink,
color: color,
alpha: alpha,
borderWidth: borderWidth);