VideoPlayerApp constructor
const
VideoPlayerApp({
- Key? key,
- required VideoPlayerController controller,
Create video player.
Implementation
const VideoPlayerApp({Key? key, required this.controller}) : super(key: key);