CustomPaint constructor

const CustomPaint({
  1. PdfCustomPainter? painter,
  2. PdfCustomPainter? foregroundPainter,
  3. Widget? child,
  4. PwSize? size,
})

CustomPaint API.

Implementation

const CustomPaint({
  this.painter,
  this.foregroundPainter,
  this.child,
  this.size,
});