BarrageWallController constructor

BarrageWallController({
  1. List<Bullet>? bullets,
  2. ValueNotifier<BarrageValue>? timelineNotifier,
})

Implementation

BarrageWallController({List<Bullet>? bullets, this.timelineNotifier})
    : super(BarrageWallValue.fromList(bullets ?? const []));