VideoItemConfig constructor

const VideoItemConfig(
  1. {bool loop = true,
  2. bool autoPlayNextVideo = false,
  3. required Widget itemLoadingWidget,
  4. double? customAspectRatio}
)

Implementation

const VideoItemConfig({
  this.loop = true,
  this.autoPlayNextVideo = false,
  required this.itemLoadingWidget,
  this.customAspectRatio,
});