CustomPaint constructor
CustomPaint({
- CustomPainter? painter,
- CustomPainter? foregroundPainter,
- PdfPoint size = PdfPoint.zero,
- Widget? child,
Implementation
CustomPaint({
this.painter,
this.foregroundPainter,
this.size = PdfPoint.zero,
Widget? child,
}) : super(child: child);