CustomPainter typedef

CustomPainter = dynamic Function(PdfGraphics canvas, PdfPoint size)

Implementation

typedef CustomPainter = Function(PdfGraphics canvas, PdfPoint size);