FullscreenVideoPage constructor

const FullscreenVideoPage({
  1. Key? key,
  2. required VideoPlayerController controller,
})

Implementation

const FullscreenVideoPage({super.key, required this.controller});