ListStyleType constructor

const ListStyleType(
  1. String text, {
  2. String type = "marker",
  3. Widget? widget,
})

Implementation

const ListStyleType(this.text, {this.type = "marker", this.widget});