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