menu
pdf_graphics package
documentation
pdf_graphics.dart
PdfMatrix
PdfMatrix.new const constructor
PdfMatrix.new const constructor
dark_mode
light_mode
PdfMatrix
constructor
const
PdfMatrix
(
double
a
,
double
b
,
double
c
,
double
d
,
double
e
,
double
f
,
)
Implementation
const PdfMatrix(this.a, this.b, this.c, this.d, this.e, this.f);
pdf_graphics package
documentation
pdf_graphics
PdfMatrix
PdfMatrix.new const constructor
PdfMatrix class