lastBarrage method

void lastBarrage(
  1. String itemId,
  2. double fixedWidth
)

Implementation

void lastBarrage(String itemId, double fixedWidth) {
  _itemPosition ??= BarrageItemPosition(id: itemId);
  _itemPosition!.id = itemId;
  _itemPosition!.fixedWidth = fixedWidth;
}