VideoPlayer constructor
const
VideoPlayer(
- VideoPlayerController controller, {
- Key? key,
Uses the given controller
for all video rendered in this widget.
Implementation
const VideoPlayer(this.controller, {Key? key}) : super(key: key);