ChewieVideoPlayer constructor

const ChewieVideoPlayer({
  1. Key? key,
  2. String? url,
  3. double? height,
  4. double? width,
  5. String? path,
  6. File? file,
})

Implementation

const ChewieVideoPlayer(
    {super.key, this.url, this.height, this.width, this.path, this.file});