CustomPaint constructor
const
CustomPaint({
- PdfCustomPainter? painter,
- PdfCustomPainter? foregroundPainter,
- Widget? child,
- PwSize? size,
CustomPaint API.
Implementation
const CustomPaint({
this.painter,
this.foregroundPainter,
this.child,
this.size,
});