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