QPlayer constructor

const QPlayer({
  1. Key? key,
  2. required PlayerControls playerControls,
  3. ValueChanged<VideoPlayerController>? getVideoPlayerController,
  4. ValueChanged<bool>? getFunctionVisibility,
})

Implementation

const QPlayer({
  Key? key,
  required this.playerControls,
  this.getVideoPlayerController,
  this.getFunctionVisibility,
}) : super(key: key);