menu
custom_pdf_converter package
documentation
pdf.dart
PdfGraphics
drawBox method
drawBox method
dark_mode
light_mode
drawBox
method
void
drawBox
(
PdfRect
box
)
Draws a Rectangle
Implementation
void drawBox(PdfRect box) { drawRect(box.x, box.y, box.width, box.height); }
custom_pdf_converter package
documentation
pdf
PdfGraphics
drawBox method
PdfGraphics class