BarrageItemValue constructor

BarrageItemValue({
  1. List<BarrageItem>? widgets,
  2. HashMap<int, List<BarrageItem>>? mapItems,
  3. double slideWidth = 0,
})

Implementation

BarrageItemValue({this.widgets, this.mapItems, this.slideWidth = 0});