delegateFillPath method
Delegated paint ops (the base flushes before each).
Implementation
@override
void delegateFillPath(
PdfPath path, PdfColor color, PdfFillRule rule, double alpha) =>
_paint((d) => d.fillPath(path, color, rule, alpha));