HareListView<T> constructor

HareListView<T>(
  1. List<T> items,
  2. Widget itemBiulder(
    1. T item
    ), {
  3. bool hasSeparator = true,
})

Implementation

HareListView(this.items, this.itemBiulder, {this.hasSeparator = true}) : super();