fillPathGradient abstract method
Fills with a gradient (axial/radial shading patterns and sh).
Non-painting devices can ignore it; simple devices may fall back to
fillPath with PdfGradient.averageColor.
Implementation
void fillPathGradient(
PdfPath path, PdfFillRule rule, PdfGradient gradient, double alpha);