ListTextWidget constructor

const ListTextWidget(
  1. List<String> items, {
  2. String? title,
  3. bool? newParagraph,
})

Implementation

const ListTextWidget(this.items, {this.title, this.newParagraph});