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