JWVideoPlayer constructor

const JWVideoPlayer({
  1. Key? key,
  2. JWPlayerConfiguration? config,
  3. 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);