DanmakuContentItem constructor

DanmakuContentItem(
  1. String text, {
  2. Color color = Colors.white,
  3. DanmakuItemType type = DanmakuItemType.scroll,
})

Implementation

DanmakuContentItem(
  this.text, {
  this.color = Colors.white,
  this.type = DanmakuItemType.scroll,
});