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