ListBlock constructor

const ListBlock(
  1. List<String> items, {
  2. bool ordered = false,
})

Implementation

const ListBlock(this.items, {this.ordered = false});