EzplayerSubtitleStyle constructor
EzplayerSubtitleStyle({})
Implementation
EzplayerSubtitleStyle({
this.backgroundColor,
this.hasBorder = true,
this.borderStyle,
this.fontSize = 14,
this.textColor = Colors.blue,
this.top,
this.bottom = 20,
this.left = 0.0,
this.right = 0.0,
this.time = 0,
});