menu
pdf_ce package
documentation
pdf.dart
PdfRect
PdfRect.new const constructor
PdfRect.new const constructor
dark_mode
light_mode
PdfRect
constructor
const
PdfRect
(
double
left
,
double
bottom
,
double
width
,
double
height
,
)
Implementation
const PdfRect(this.left, this.bottom, this.width, this.height);
pdf_ce package
documentation
pdf
PdfRect
PdfRect.new const constructor
PdfRect class