SignPdfElement constructor
SignPdfElement({})
Constructor
Implementation
SignPdfElement({
required this.type,
required this.data,
required this.position,
required this.size,
this.rotation = 0,
this.scale = 1,
required this.page,
this.color,
this.fontSize,
this.fontFamily,
});