Paragraph.base constructor
Paragraph.base()
Implementation
factory Paragraph.base() {
return Paragraph(
lines: <Line>[],
type: ParagraphType.inline,
);
}
factory Paragraph.base() {
return Paragraph(
lines: <Line>[],
type: ParagraphType.inline,
);
}