Paragraph constructor

const Paragraph(
  1. List<String> description
)

Implementation

const Paragraph(this.description);