DanmakuOption constructor
DanmakuOption({})
Implementation
DanmakuOption({
this.fontSize = 16,
this.area = 1.0,
this.duration = 10,
this.opacity = 1.0,
this.hideBottom = false,
this.hideScroll = false,
this.hideTop = false,
this.showStroke = true,
this.massiveMode = false,
});