menu
custom_pdf_converter package
documentation
pdf.dart
PdfRect
PdfRect const constructor
PdfRect const constructor
dark_mode
light_mode
PdfRect
constructor
const
PdfRect
(
double
x
,
double
y
,
double
width
,
double
height
,
)
Implementation
const PdfRect(this.x, this.y, this.width, this.height);
custom_pdf_converter package
documentation
pdf
PdfRect
PdfRect const constructor
PdfRect class