VideoViewerMetadata constructor

VideoViewerMetadata({
  1. required double defaultAspectRatio,
  2. required int rewindAmount,
  3. required int forwardAmount,
  4. required bool onFullscreenFixLandscape,
  5. required VideoViewerLanguage language,
  6. required VideoViewerStyle style,
  7. required VideoViewerVolumeManager volumeManager,
  8. required bool enableFullscreenScale,
  9. required bool enableVerticalSwapingGesture,
  10. required bool enableHorizontalSwapingGesture,
  11. required bool enableShowReplayIconAtVideoEnd,
  12. required bool enableChat,
})

Implementation

VideoViewerMetadata({
  required this.defaultAspectRatio,
  required this.rewindAmount,
  required this.forwardAmount,
  required this.onFullscreenFixLandscape,
  required this.language,
  required this.style,
  required this.volumeManager,
  required this.enableFullscreenScale,
  required this.enableVerticalSwapingGesture,
  required this.enableHorizontalSwapingGesture,
  required this.enableShowReplayIconAtVideoEnd,
  required this.enableChat,
});