Paragraph constructor

const Paragraph(
  1. List<String> lines
)

Implementation

const Paragraph(this.lines);