CustomIcons constructor

const CustomIcons({
  1. Widget? play,
  2. Widget? pause,
  3. Widget? repeat,
  4. Widget? rewind,
  5. Widget? fastForward,
  6. Widget? sound,
  7. Widget? mute,
  8. Widget? videoFit,
  9. Widget? pip,
  10. Widget? minimize,
  11. Widget? fullscreen,
})

Implementation

const CustomIcons({
  this.play,
  this.pause,
  this.repeat,
  this.rewind,
  this.fastForward,
  this.sound,
  this.mute,
  this.videoFit,
  this.pip,
  this.minimize,
  this.fullscreen,
});