VideoView constructor Null safety
- {required VideoPlayerController controller,
- bool loop = true,
- bool autoplay = true,
- Key? key}
Implementation
const VideoView({
required this.controller,
this.loop = true,
this.autoplay = true,
Key? key,
}) : super(key: key);