StaticDanmakuPainter constructor

StaticDanmakuPainter(
  1. double progress,
  2. List<DanmakuItem> topDanmakuItems,
  3. List<DanmakuItem> buttomDanmakuItems,
  4. int danmakuDurationInSeconds,
  5. double fontSize,
  6. bool showStroke,
  7. double danmakuHeight,
  8. bool running,
  9. int tick,
)

Implementation

StaticDanmakuPainter(
    this.progress,
    this.topDanmakuItems,
    this.buttomDanmakuItems,
    this.danmakuDurationInSeconds,
    this.fontSize,
    this.showStroke,
    this.danmakuHeight,
    this.running,
    this.tick);