debugPaint method
Implementation
@protected
void debugPaint(Context context) {
context.canvas
..setStrokeColor(PdfColors.purple)
..setLineWidth(1)
..drawBox(box!)
..strokePath();
}
@protected
void debugPaint(Context context) {
context.canvas
..setStrokeColor(PdfColors.purple)
..setLineWidth(1)
..drawBox(box!)
..strokePath();
}