Paragraph constructor

Paragraph(
  1. List<Span> spans
)

Implementation

Paragraph(this.spans);