IQTheme constructor

const IQTheme({
  1. Color? loadingProgressColor,
  2. Color? playButtonColor,
  3. Color? backgroundProgressColor,
  4. Color? videoPlayedColor,
  5. Color? lockScreenColor,
  6. Color? lockRotationColor,
  7. TextStyle? titleStyle,
  8. TextStyle? descriptionStyle,
  9. TextStyle? subtitleStyle,
  10. TextStyle? durationStyle,
  11. Widget? forwardIconButton,
  12. Widget? backwardIconButton,
  13. IQPlayButtonBuilder? playButton,
  14. Widget? replayButton,
  15. IQErrorBuilder? errorWidget,
  16. Widget? loadingProgress,
  17. IQLockButtonBuilder? lockScreen,
  18. IQLockButtonBuilder? lockRotation,
})

Implementation

const IQTheme({
  this.loadingProgressColor,
  this.playButtonColor,
  this.backgroundProgressColor,
  this.videoPlayedColor,
  this.lockScreenColor,
  this.lockRotationColor,
  this.titleStyle,
  this.descriptionStyle,
  this.subtitleStyle,
  this.durationStyle,
  this.forwardIconButton,
  this.backwardIconButton,
  this.playButton,
  this.replayButton,
  this.errorWidget,
  this.loadingProgress,
  this.lockScreen,
  this.lockRotation,
});