BarrageItemPosition constructor

BarrageItemPosition({
  1. double animationValue = 0,
  2. double fixedWidth = 0,
  3. double widgetWidth = 0,
  4. required String id,
})

Implementation

BarrageItemPosition({this.animationValue = 0, this.fixedWidth = 0, this.widgetWidth = 0, required this.id});