BarrageDisplayWidget constructor
const
BarrageDisplayWidget({
- Key? key,
- required BarrageDisplayController controller,
- void onClickBarrageItem(
- Barrage
- SenderTagProvider? itemSenderTagProvider,
Implementation
const BarrageDisplayWidget({
super.key,
required this.controller,
this.onClickBarrageItem,
this.itemSenderTagProvider,
});