PlayerStyle constructor
PlayerStyle({})
Implementation
PlayerStyle({
this.controllerStyle = DEFAULT,
this.textColor,
this.unplayedColor,
this.playedColor,
this.bufferedColor,
this.tintColor,
this.muteOffImageDrawable,
this.muteOnImageDrawable,
});