VideoPlayerApp constructor

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

Create video player.

Implementation

const VideoPlayerApp({Key? key, required this.controller}) : super(key: key);