Paragraph constructor

const Paragraph(
  1. String text, {
  2. Style? style,
  3. Wrap wrap = Wrap.word,
})

Implementation

const Paragraph(this.text, {this.style, this.wrap = Wrap.word});