DanmakuContentItem constructor

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

Implementation

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