ChatVideoPlayer constructor

const ChatVideoPlayer({
  1. Key? key,
  2. required File videoFile,
})

Implementation

const ChatVideoPlayer({super.key, required this.videoFile});