StaticDanmakuPainter constructor

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

Implementation

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