InlineVideoPlayerController constructor

InlineVideoPlayerController({
  1. required String videoPath,
  2. int width = 0,
  3. int height = 0,
})

Implementation

InlineVideoPlayerController({
  required this.videoPath,
  this.width = 0,
  this.height = 0,
});