LicenseParagraph constructor

const LicenseParagraph(
  1. String text,
  2. int indent
)

Creates a string for a license entry paragraph.

Implementation

const LicenseParagraph(this.text, this.indent);