AdaptiveVideoPlayer constructor
const
AdaptiveVideoPlayer({})
Implementation
const AdaptiveVideoPlayer({
super.key,
required this.index,
required this.controller,
this.fit = VideoFit.contain,
this.backgroundColor = Colors.black,
this.loadingWidget,
this.errorWidget,
this.showDebugInfo = false,
this.thumbnailUrl,
this.onDimensionsChanged,
this.onStateChanged,
});