DanmakuContentItem constructor
DanmakuContentItem(
- String text, {
- Color color = Colors.white,
- DanmakuItemType type = DanmakuItemType.scroll,
- bool selfSend = false,
Implementation
DanmakuContentItem(this.text,
{this.color = Colors.white,
this.type = DanmakuItemType.scroll,
this.selfSend = false});