@override void debugPaint(Context context) { context.canvas ..setFillColor(PdfColors.pink100) ..drawBox(box!) ..fillPath(); }