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