UniversalHlsWebPlayer constructor

const UniversalHlsWebPlayer({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. required String videoPath,
})

Implementation

const UniversalHlsWebPlayer({
  Key? key,
  this.width,
  this.height,
  required this.videoPath,
}) : super(key: key);