Paragraph.base constructor

Paragraph.base()

Implementation

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