PdfAnnotInk constructor
PdfAnnotInk(})
Create an Ink List annotation
Implementation
PdfAnnotInk(
this.document,
this.points, {
required super.rect,
super.border,
super.flags,
super.date,
super.color,
super.subject,
super.author,
super.content,
}) : super(
subtype: '/Ink',
);