menu
zezis_printing package
documentation
pdf/src/pdf/rect.dart
PdfRect
PdfRect.new const constructor
PdfRect.new 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);
zezis_printing package
documentation
pdf/src/pdf/rect
PdfRect
PdfRect.new const constructor
PdfRect class