Paragraph constructor
Paragraph({
- String? text,
- TextAlign textAlign = pw.TextAlign.justify,
- TextStyle? style,
- EdgeInsetsGeometry margin = const pw.EdgeInsets.only(bottom: 5.0 * PdfPageFormat.mm),
- EdgeInsetsGeometry? padding,
Creates a Paragraph.
Implementation
Paragraph({
this.text,
this.textAlign = pw.TextAlign.justify,
this.style,
this.margin = const pw.EdgeInsets.only(bottom: 5.0 * PdfPageFormat.mm),
this.padding,
});