CachedVideoPlayer constructor

CachedVideoPlayer(
  1. CachedVideoPlayerController controller, {
  2. Key? key,
})

Uses the given controller for all video rendered in this widget.

Implementation

CachedVideoPlayer(this.controller, {Key? key}) : super(key: key);