PlayerStyle constructor

PlayerStyle({
  1. int? controllerStyle = DEFAULT,
  2. int? textColor,
  3. int? unplayedColor,
  4. int? playedColor,
  5. int? bufferedColor,
  6. int? tintColor,
  7. int? muteOffImageDrawable,
  8. int? muteOnImageDrawable,
})

Implementation

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