build method
Writes the square annotation dictionary.
Implementation
@override
/// Writes the square annotation dictionary.
void build(PdfPage page, PdfObject object, PdfDict params) {
super.build(page, object, params);
if (interiorColor != null) {
params[PdfNameTokens.ic] = PdfArray.fromColor(interiorColor!);
}
}